asdf-community / asdf-haskell

Haskell plugin for the asdf version manager

Home Page:https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-haskell

help maintain this lib

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.

About

Haskell plugin for the asdf version manager

https://github.com/asdf-vm/asdf

License:Other


Languages

Language:Shell 100.0%