Created
June 16, 2019 03:19
-
-
Save DanBurton/56c444f22c8706f27fd0cf826a017104 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-alpha2 | |
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