https://github.com/sestrella/asdf-ghcup
An asdf plugin wrapping GHCup.
https://github.com/sestrella/asdf-ghcup
asdf asdf-plugin ghcup haskell
Last synced: about 2 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-10-03T13:41:56.000Z (9 months ago)
- Last Synced: 2024-10-19T10:07:00.776Z (8 months ago)
- Topics: asdf, asdf-plugin, ghcup, haskell
- Language: Shell
- Homepage:
- Size: 188 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- 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)