Created
November 25, 2019 01:03
-
-
Save DanBurton/59983ce474e728e3bfbce8d982c87526 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.10.1-alpha1 | |
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 | |
### debian/ubuntu users, depending on your version, may need to modify stack.yaml as follows, sorry | |
### sed -i 's/20191121/20191123/g' stack.yaml | |
### Alternatively, just don't use match-exact? (Untested) | |
stack setup | |
stack repl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment