https://github.com/sestrella/asdf-ghcup
An asdf plugin wrapping GHCup.
https://github.com/sestrella/asdf-ghcup
asdf asdf-plugin ghcup haskell
Last synced: 3 months ago
JSON representation
An asdf plugin wrapping GHCup.
- Host: GitHub
- URL: https://github.com/sestrella/asdf-ghcup
- Owner: sestrella
- License: mit
- Created: 2022-02-25T03:55:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T18:12:02.000Z (11 months ago)
- Last Synced: 2025-04-22T19:46:10.249Z (6 months ago)
- Topics: asdf, asdf-plugin, ghcup, haskell
- Language: Shell
- Homepage:
- Size: 187 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-ghcup
[](https://github.com/sestrella/asdf-ghcup/actions/workflows/build.yml)
[](https://github.com/sestrella/asdf-ghcup/actions/workflows/release.yml)
An asdf plugin wrapping [GHCup](https://www.haskell.org/ghcup).
## Requirements
- Install [asdf](https://github.com/asdf-vm/asdf)
## Getting Started
The following Haskell tools are supported by this plugin:
- [cabal](https://www.haskell.org/cabal)
- [ghc](https://www.haskell.org/ghc)
- [hls](https://github.com/haskell/haskell-language-server)
- [stack](https://docs.haskellstack.org/en/stable/README)
Run the following command replacing `` with one of the tools listed
above:
```sh
asdf plugin add
```
## Credits
This project was heavily inspired by:
- [asdf-plugin-template](https://github.com/asdf-vm/asdf-plugin-template)
- [asdf-pyapp](https://github.com/amrox/asdf-pyapp)
- [asdf-ruby](https://github.com/asdf-vm/asdf-ruby)
- [asdf-rust](https://github.com/asdf-community/asdf-rust)
## License
[MIT](LICENSE)