Skip to content

Instantly share code, notes, and snippets.

@pokle
Created March 12, 2018 23:05
Show Gist options
  • Save pokle/8e72d049cfdadeca7130e765b70456f8 to your computer and use it in GitHub Desktop.
Save pokle/8e72d049cfdadeca7130e765b70456f8 to your computer and use it in GitHub Desktop.
My Haskell stack setup
#!/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