Created
July 24, 2019 15:50
-
-
Save DanBurton/a26bcaf86db97a19421ded9b9964eaa1 to your computer and use it in GitHub Desktop.
This file contains 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
VERSION=8.8.1-rc1 | |
cd /tmp | |
mkdir ghc-test && cd ghc-test | |
wget https://raw.githubusercontent.com/DanBurton/stack-setup-info-gen/master/output/stack-ghc-$VERSION.yaml | |
mv stack-ghc-$VERSION.yaml stack.yaml | |
stack setup | |
stack repl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment