Last active
March 24, 2022 20:24
-
-
Save pwm/db14c3f4f267dd81491cde09aa870bd0 to your computer and use it in GitHub Desktop.
HLS
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
~/w/haskell-language-server (master|…) $ cat notes.txt | |
mkdir -p /Users/$USER/.cabal/bin/8107 | |
git clone https://github.com/haskell/haskell-language-server.git | |
cd haskell-language-server | |
cachix use haskell-language-server | |
nix-shell --argstr compiler ghc8107 | |
cabal update && cabal build | |
cabal install --overwrite-policy=always --installdir=/Users/$USER/.cabal/bin/8107 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment