Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Go to file
Javier Neira f62ec3ec76
Add ghc 9.2.1 to gitlab ci (#2636)
* Remove unused nix config

* Add ghc-9.2.1 to gitlab build

* Remove not needed alpine workaround

* Use -j1 to fix oom in bsd-12

* Use -j1 to try fix oom in bsd-13

* exclude 9.2.1 for freebsd

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-01-25 23:31:09 +00:00
.circleci Make work stack-9.2.1.yaml and enable pedantic (-WError) for cabal (#2606) 2022-01-20 12:38:21 +00:00
.github Disable alpine build by default (#2638) 2022-01-25 11:00:14 +01:00
.gitlab Add ghc 9.2.1 to gitlab ci (#2636) 2022-01-25 23:31:09 +00:00
docs support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
exe support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
flake_hackage support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
ghcide Use T.decodeUtf8 + BS.readFile instead of T.readFile (#2637) 2022-01-25 20:28:48 +00:00
hie-compat Post ghc-9.2.1 config cleanup (#2582) 2022-01-13 17:35:48 +01:00
hls-graph Correct issues with pre-commit hook (#2597) 2022-01-24 00:58:22 +00:00
hls-plugin-api support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
hls-test-utils support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
install small stack yaml updates to ease maintenance (#2501) 2021-12-19 23:08:49 +00:00
plugins Use T.decodeUtf8 + BS.readFile instead of T.readFile (#2637) 2022-01-25 20:28:48 +00:00
shake-bench Correct issues with pre-commit hook (#2597) 2022-01-24 00:58:22 +00:00
src/Ide Correct issues with pre-commit hook (#2597) 2022-01-24 00:58:22 +00:00
test Make work stack-9.2.1.yaml and enable pedantic (-WError) for cabal (#2606) 2022-01-20 12:38:21 +00: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 nix: refactor with flakes (#1827) 2021-05-19 03:32:23 -04:00
.gitlab-ci.yml Add ghc 9.2.1 to gitlab ci (#2636) 2022-01-25 23:31:09 +00:00
.gitmodules Remove the ghcide submodule 2020-12-29 13:17:40 +00:00
.gitpod.yml enable the PR gitpod badge and drop the label (#2167) 2021-09-07 19:00:50 +02:00
.readthedocs.yaml Add initial sphinx doc site (#2083) 2021-08-11 08:54:51 +00:00
.stylish-haskell.yaml Patch pre-commit-hook to work with GHCIDE/hls-plugin-api codes (#1418) 2021-02-22 00:14:14 +00:00
cabal-ghc90.project support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
cabal-ghc921.project support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
cabal-hls-install Rename to haskell-language-server 2020-02-01 09:50:03 +00:00
cabal-hls-install.cmd Rename to haskell-language-server 2020-02-01 09:50:03 +00:00
cabal.project support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
ChangeLog.md Prepare 1.5.1 (#2393) 2021-11-28 12:54:17 +00:00
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
configuration-ghc-901.nix GHC-9.0 support for hls-tactics-plugin (#2581) 2022-01-19 12:11:20 +00:00
configuration-ghc-921.nix Flake ghc 92 (#2621) 2022-01-24 08:54:08 +00:00
default.nix Use cabal-install if nix is failing in CI (#1859) 2021-05-24 07:42:00 +02:00
flake.lock support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
flake.nix Flake ghc 92 (#2621) 2022-01-24 08:54:08 +00: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
haskell-language-server.cabal Disable alpine build by default (#2638) 2022-01-25 11:00:14 +01:00
install.hs Reformat all files (#1439) 2021-02-24 21:34:35 -05:00
LICENSE Initial commit 2020-01-25 14:19:40 +00:00
myst-parser.nix Update flake to use fourmolu plugin in GHC 9 (#2482) 2021-12-13 23:09:17 +00:00
README.md Add chat on irc badge (#2214) 2021-09-21 10:16:01 +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-8.6.5.yaml support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
stack-8.8.4.yaml support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
stack-8.10.6.yaml support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
stack-8.10.7.yaml support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
stack-9.0.1.yaml support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
stack-9.0.2.yaml support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
stack-9.2.1.yaml support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00:00
stack.yaml support selection range lsp feature (#2565) 2022-01-24 13:13:56 +00: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.