https://github.com/asdf-community/asdf-haskell
Haskell plugin for the asdf version manager [maintainer=LOOKING FOR A MAINTAINER! SUBMIT A PULL REQUEST TO THE INFRASTRUCTURE REPOSITORY!]
https://github.com/asdf-community/asdf-haskell
asdf asdf-plugin
Last synced: 3 months ago
JSON representation
Haskell plugin for the asdf version manager [maintainer=LOOKING FOR A MAINTAINER! SUBMIT A PULL REQUEST TO THE INFRASTRUCTURE REPOSITORY!]
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-haskell
- Owner: asdf-community
- License: other
- Created: 2016-12-23T06:29:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T01:52:11.000Z (about 1 year ago)
- Last Synced: 2025-03-15T02:35:49.788Z (about 1 year ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 23.4 KB
- Stars: 61
- Watchers: 5
- Forks: 14
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-haskell
[](https://twitter.com/vborja)
[Haskell](https://www.haskell.org) plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
## Install
```shell
asdf plugin-add haskell https://github.com/vic/asdf-haskell.git
```
## Use
This plugin will create a local [Stack](https://haskellstack.org) installation
(inside asdf-haskell `stack/` directory) to manage GHC versions. So you dont need to have already installed stack.
After installation, `stack`, `ghc`, `ghci`, and `runhaskell` will be available on your path.
```shell
# If you need to install a package that produces binaries
stack install cabal-install
# Be sure to execute reshim afterwards to get them in your path
asdf reshim haskell
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions of Haskell.