Skip to content

Instantly share code, notes, and snippets.

@mgsloan
Last active September 16, 2015 03:42
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 mgsloan/0c2b3cfefc3eb86508e2 to your computer and use it in GitHub Desktop.
Save mgsloan/0c2b3cfefc3eb86508e2 to your computer and use it in GitHub Desktop.
cd ~/.stack/programs/x86_64-linux
mkdir ghc-7.10.2-temp
cd ghc-7.10.2-temp
tar -xf ../ghc-7.10.2.tar.xz
make configure --prefix=~/.stack/programs/x86_64-linux/ghc-7.10.2
make install
cd ../
rm -r ghc-7.10.2-temp
echo "installed" > ghc-7.10.2.installed
@mgsloan
Copy link
Author

mgsloan commented Sep 16, 2015

Untested and not the recommend approach for getting things setup!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment