https://github.com/haskell/haskell-language-server
For VSCode support, see https://marketplace.visualstudio.com/items?itemName=haskell.haskell
https://github.com/haskell/haskell-language-server
For VSCode support, see https://marketplace.visualstudio.com/items?itemName=haskell.haskell
haskell-template
nix develop
: The nix shell is your friend; inside it, you will have the full Haskell development environment (cabal, ghc, ghci, haskell-language-server, cabal-fmt, hlint, etc.).Haskell has great IDE support via haskell-language-server (HLS).
hlsCheck.enable = true
) from haskell-flake
: Tests that HLS continues to work with the project.Now you can run the following command* to run all flake checks locally for the current system:
sandbox is being disabled because of an issue with haskell-language-server.