Created
March 12, 2018 23:05
-
-
Save pokle/8e72d049cfdadeca7130e765b70456f8 to your computer and use it in GitHub Desktop.
My Haskell stack setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# On Amazon Linux | |
sudo yum groupinstall 'development tools' | |
sudo yum install gmp-devel zlib-devel | |
# Everywhere | |
curl -sSL https://get.haskellstack.org/ | sh | |
stack config set system-ghc --global true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment