Awesome
asdf-haskell
Haskell plugin for asdf version manager
Install
asdf plugin-add haskell https://github.com/vic/asdf-haskell.git
Use
This plugin will create a local Stack 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.
# 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 readme for instructions on how to install & manage versions of Haskell.