Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Go to file
Berk Özkütük 468db6f2aa
Use nixpkgs variants of Sphinx packages (#3227)
This commit replaces manually specified `myst-parser` and `sphinx_rtd_theme`
packages with their counterparts already packaged on nixpkgs. With this
change, `poetry2nix` is no more used, therefore that is removed as well.
2022-09-27 10:16:14 +01:00
.circleci Support ghc-9.2.4 (#3085) 2022-08-11 09:54:02 +01:00
.github Bump fkirc/skip-duplicate-actions from 4.0.0 to 5.1.0 (#3226) 2022-09-26 09:13:27 +01:00
.gitlab gitlab-ci: workaround centos failure 2022-09-14 02:27:17 +05:30
bench Improve performance of NormalizedFilePath (#3067) 2022-09-08 19:54:24 +00:00
bindist 9.4 support + MHU 2022-09-01 14:47:55 +05:30
docs Add a note regarding the stack requirement in wrapper tests (#3212) 2022-09-22 12:03:33 +00:00
exe Prepare 1.8.0.0 2022-09-14 02:27:17 +05:30
ghcide Feat: basic record dot completions (#3080) 2022-09-26 16:30:29 +01:00
ghcide-bench Add source-repository to all cabal files (#3219) 2022-09-24 02:50:25 +00:00
hie-compat Add source-repository to all cabal files (#3219) 2022-09-24 02:50:25 +00:00
hls-graph Remove unused build-depends and install warnings (#3155) 2022-09-15 10:44:02 +01:00
hls-plugin-api Feat: Folding Ranges (#3058) 2022-09-21 12:59:57 +01:00
hls-test-utils Prepare 1.8.0.0 2022-09-14 02:27:17 +05:30
plugins hls-hlint-plugin: Update README.md (#3216) 2022-09-26 13:37:47 +01:00
release Release script fixes (#3154) 2022-09-14 08:14:32 +00:00
shake-bench Add source-repository to all cabal files (#3219) 2022-09-24 02:50:25 +00:00
src Sort vscode extension schema json by keys (#3203) 2022-09-25 15:34:55 +00:00
test Feat: basic record dot completions (#3080) 2022-09-26 16:30:29 +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 Support ghc-9.2.4 (#3085) 2022-08-11 09:54:02 +01:00
.gitpod.yml handle trailing comma in import list properly (#3035) 2022-07-16 10:16:55 +00:00
.hlint.yaml Fix hlint 2022-09-06 20:36:24 +05:30
.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 gitlab-ci: workaround centos failure 2022-09-14 02:27:17 +05:30
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 Improve haddock comments (#3207) 2022-09-26 00:05:19 +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 nix: fix nix environment 2022-09-16 10:35:01 +02: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 Use nixpkgs variants of Sphinx packages (#3227) 2022-09-27 10:16:14 +01:00
flake.nix Use nixpkgs variants of Sphinx packages (#3227) 2022-09-27 10:16:14 +01:00
fmt.sh Add a new benchmark example to characterise multi-component performance (#1326) 2021-02-12 16:03:34 +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 Fix windows CI 2022-04-26 01:08:40 +05:30
haskell-language-server.cabal Log plugin name and attribute errors to plugins (#3194) 2022-09-21 17:36:19 +00:00
LICENSE Initial commit 2020-01-25 14:19:40 +00:00
README.md Support hls-hlint-plugin and hls-stylish-plugin for ghc9.0 and ghc9.2 (#2854) 2022-04-28 17:36:25 +00: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-lts16.yaml Clean up heapsize bits (#3168) 2022-09-18 09:03:46 +02: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.