Skip to content

Instantly share code, notes, and snippets.

@GavinRay97
Created December 12, 2022 21:07
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 GavinRay97/15ae9a902fac0e7ca183fcc9e7ecd09b to your computer and use it in GitHub Desktop.
Save GavinRay97/15ae9a902fac0e7ca183fcc9e7ecd09b to your computer and use it in GitHub Desktop.
Haskell: Install GHC from Nightly CI bindists with ghcup
# Info from: https://discourse.haskell.org/t/pre-hftp-ghc-nightly-releases/5094/5
$ URL='https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-linux-fedora33-release.tar.xz?job=x86_64-linux-fedora33-release'
$ ghcup install ghc -u $URL head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment