srid / haskell-template

Haskell project template using Nix + Flakes + VSCode (HLS)
https://srid.ca/haskell-template
MIT License
227 stars 32 forks source link

Test `haskell-language-server` in CI #38

Closed srid closed 2 years ago

srid commented 2 years ago

Regressions like #37 should have been prevented in CI checks.

Add check (nix flake check) to test HLS functionality. The equivalent of running nix develop -c haskell-language-server.

srid commented 2 years ago

Do in, or upstream to: https://github.com/srid/haskell-flake/issues/18

srid commented 2 years ago

https://github.com/srid/haskell-flake/pull/20