Skip to content

Instantly share code, notes, and snippets.

@henryhamon
Last active November 3, 2016 12:35
Show Gist options
  • Save henryhamon/fb90a36a89bb7d886119ecf0c0aaecbc to your computer and use it in GitHub Desktop.
Save henryhamon/fb90a36a89bb7d886119ecf0c0aaecbc to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install -y ghc ghc-mod cabal-install wget
wget -q -O- https://s3.amazonaws.com/download.fpcomplete.com/ubuntu/fpco.key | sudo apt-key add -
echo 'deb http://download.fpcomplete.com/ubuntu/utopic stable main'|sudo tee /etc/apt/sources.list.d/fpco.list
sudo apt-get update && sudo apt-get install stack -y
cabal update
stack update
rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment