Created
April 26, 2019 03:09
-
-
Save DanBurton/a0a29685f2ce1a9528d0160e21f56ea7 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
cd /tmp | |
mkdir ghc-test && cd ghc-test | |
wget https://raw.githubusercontent.com/DanBurton/stack-setup-info-gen/master/output/stack-ghc-8.8.1-alpha1.yaml | |
mv stack-ghc-8.8.1-alpha1.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