Skip to content

Instantly share code, notes, and snippets.

@Wizek
Created January 14, 2016 23:08
Show Gist options
  • Select an option

  • Save Wizek/6e8ae41feadac39916ed to your computer and use it in GitHub Desktop.

Select an option

Save Wizek/6e8ae41feadac39916ed to your computer and use it in GitHub Desktop.

How to install stack on FreeBSD?

Just build from source. Really, it works quite well, try it.

git clone ...
cd ...
pkg install hs-cabal-install
cabal install
~/.cabal/bin/stack --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment