Last active
November 27, 2017 21:41
-
-
Save bitc/b13aba861fbe04cd9d043f064e929d17 to your computer and use it in GitHub Desktop.
Haskell Install GHC via stack
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
$ stack path --no-system-ghc --install-ghc --compiler ghc-8.2.2 --compiler-exe | |
$ $(stack path --no-system-ghc --install-ghc --compiler ghc-8.2.2 --compiler-exe) --version | |
$ cabal new-build --with-ghc=$(stack path --no-system-ghc --install-ghc --compiler ghc-8.2.2 --compiler-exe) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment