Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@DanBurton
Created November 25, 2019 01:03
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 DanBurton/59983ce474e728e3bfbce8d982c87526 to your computer and use it in GitHub Desktop.
Save DanBurton/59983ce474e728e3bfbce8d982c87526 to your computer and use it in GitHub Desktop.
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