Skip to content

Instantly share code, notes, and snippets.

@DanBurton
Last active July 28, 2022 18:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanBurton/277f5fd807711816a3422f03a9fa2723 to your computer and use it in GitHub Desktop.
Save DanBurton/277f5fd807711816a3422f03a9fa2723 to your computer and use it in GitHub Desktop.
VERSION='9.4.1-rc1'
# Note: this ghc version requires stack 2.7.3 or newer to install correctly
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