Skip to content

Instantly share code, notes, and snippets.

@pwm
Last active March 24, 2022 20:24
Show Gist options
  • Save pwm/db14c3f4f267dd81491cde09aa870bd0 to your computer and use it in GitHub Desktop.
Save pwm/db14c3f4f267dd81491cde09aa870bd0 to your computer and use it in GitHub Desktop.
HLS
~/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