Last active
August 8, 2022 13:36
-
-
Save JordanMartinez/e38d8b0772003fc4e06d4f7d1838c46d to your computer and use it in GitHub Desktop.
HLS support for GHC 9.2.3
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
#!/usr/bin/env bash | |
ghcup install ghc 9.2.3 | |
ghcup compile hls --git-ref master --overwrite-version 1.7.0.0-p1 --ghc 9.2.3 --cabal-update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment