Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Go to file
Michael Peyton Jones 388fd40ade
Purge GHC 8.8 (#3287)
We're also dropping support for this.
2022-10-18 22:12:53 +01:00
.circleci Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
.github Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
.gitlab gitlab-ci: workaround centos failure 2022-09-14 02:27:17 +05:30
bench Hlint: A handful of fixes to hints (#3259) 2022-10-10 11:47:42 +00:00
bindist Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
docs Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
exe Hlint: A handful of fixes to hints (#3259) 2022-10-10 11:47:42 +00:00
ghcide Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
ghcide-bench Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
hie-compat Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
hls-graph Cleanup GHC macros (because min version is 8.8.4) (#3281) 2022-10-11 22:35:18 +00:00
hls-plugin-api Hlint: A handful of fixes to hints (#3259) 2022-10-10 11:47:42 +00:00
hls-test-utils Prepare 1.8.0.0 2022-09-14 02:27:17 +05:30
plugins Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
release Release script fixes (#3154) 2022-09-14 08:14:32 +00:00
shake-bench Hlint: A handful of fixes to hints (#3259) 2022-10-10 11:47:42 +00:00
src Sort vscode extension schema json by keys (#3203) 2022-09-25 15:34:55 +00:00
test Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
test-logs Make sure the test-logs directory exists 2020-03-15 12:38:07 +00:00
.editorconfig removed Makefile section 2020-10-11 20:28:08 +02:00
.gitignore HLS benchmarks (#3117) 2022-08-25 15:08:57 +01:00
.gitlab-ci.yml gitlab-ci: upgrade to fedora33 from fedora27 2022-09-14 02:27:17 +05:30
.gitmodules Remove the ghcide submodule 2020-12-29 13:17:40 +00:00
.gitpod.Dockerfile Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
.gitpod.yml handle trailing comma in import list properly (#3035) 2022-07-16 10:16:55 +00:00
.hlint.yaml Hlint: A handful of fixes to hints (#3259) 2022-10-10 11:47:42 +00:00
.pre-commit-config.yaml Stylish Haskell: CPP parse issues (#3199) 2022-09-19 20:31:37 +00:00
.readthedocs.yaml Add initial sphinx doc site (#2083) 2021-08-11 08:54:51 +00:00
.stylish-haskell.yaml Stylish Haskell: CPP parse issues (#3199) 2022-09-19 20:31:37 +00:00
cabal.project Support ghc 9.4 for hls-class-plugin (#3258) 2022-10-16 11:56:43 -04:00
ChangeLog.md Prepare 1.8.0.0 2022-09-14 02:27:17 +05:30
CITATION.cff Create a citation (#2155) 2021-09-04 04:17:44 +00:00
CODE_OF_CONDUCT.md Add proof of concept hard-coded hover handler 2020-01-25 19:45:32 +00:00
CODEOWNERS Remove myself from codeowners (#3230) 2022-09-29 15:59:20 +00:00
configuration-ghc-90.nix nix: fix nix environment 2022-09-16 10:35:01 +02:00
configuration-ghc-92.nix build(nix): ghc922 -> ghc923 (#3049) 2022-07-20 16:59:54 +00:00
configuration-ghc-94.nix Support ghc 9.4 for hls-class-plugin (#3258) 2022-10-16 11:56:43 -04:00
default.nix Use cabal-install if nix is failing in CI (#1859) 2021-05-24 07:42:00 +02:00
docutils.nix nix update (#2892) 2022-05-13 10:09:51 +01:00
flake.lock Fix nix developement shell (#3257) 2022-10-07 13:19:53 +00:00
flake.nix Support ghc 9.4 for hls-class-plugin (#3258) 2022-10-16 11:56:43 -04:00
fmt.sh Hlint: A handful of fixes to hints (#3259) 2022-10-10 11:47:42 +00:00
FUNDING.yml Include sponsorship section (#2063) 2021-08-02 23:38:45 +00:00
GenChangelogs.hs Prepare 1.5.1 (#2393) 2021-11-28 12:54:17 +00:00
GNUmakefile wrapper.in: Require runtime ghc-pkgs to be an abi compatible superset of bootpkgs (#3214) 2022-09-28 13:22:21 +00:00
haskell-language-server.cabal Purge GHC 8.8 (#3287) 2022-10-18 22:12:53 +01:00
LICENSE Initial commit 2020-01-25 14:19:40 +00:00
README.md update link to supported versions (#3242) 2022-10-05 16:07:18 +01:00
Setup.hs Initial basic infrastucture 2020-01-25 14:33:53 +00:00
shell.nix Fix flake compat (#1852) 2021-05-21 15:58:26 -04:00
stack-lts19.yaml Clean up heapsize bits (#3168) 2022-09-18 09:03:46 +02:00
stack.yaml Clean up heapsize bits (#3168) 2022-09-18 09:03:46 +02:00

haskell-language-server

haskell-language-server

Release Hackage License Apache 2.0 CircleCI GitHub Testing Workflow GitHub Nix Workflow ircchat codetriage

The official Haskell language server (LSP) implementation. Consult the project documentation for more details.