Skip to content

Instantly share code, notes, and snippets.

@moizjv
Created April 9, 2014 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moizjv/10231611 to your computer and use it in GitHub Desktop.
Save moizjv/10231611 to your computer and use it in GitHub Desktop.
To install ghc 7.8.1 on ubuntu 12.10 LTS
Add this ppa other ones dint work from me
sudo apt-add-repository "deb http://ppa.launchpad.net/hvr/ghc/ubuntu precise main"
sudo apt-update
sudo apt-get install ghc-7.8.1
export PATH=/opt/ghc/7.8.1/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment