A library for building Haskell IDE tooling
Go to file
Neil Mitchell 28946c2115 Move LanguageServer into haskell-ide-core (#1665)
* Move Definition and Hover over to IDE.LSP

* Copy LanguageServer over to IDE Core, not ideal, but hard to abstract right now

* Warn that there are two copies of a given module

* Move printing out the SDK version out of language-server
2019-06-14 09:02:04 +00:00
src/Development/IDE Move LanguageServer into haskell-ide-core (#1665) 2019-06-14 09:02:04 +00:00
test Move LanguageServer into haskell-ide-core (#1665) 2019-06-14 09:02:04 +00:00
.ghci Add a haskell-ide-core demo project (#1251) 2019-05-20 16:36:08 +01:00
BUILD.bazel Inline da-hs-language-server into haskell-ide-core (#1652) 2019-06-13 18:03:26 +02:00
haskell-ide-core.cabal Update haskell-ide-core.cabal (#1659) 2019-06-14 01:12:34 +02:00
README.md Added a barebones readme for haskell-ide-core as I've linked it from... (#1493) 2019-06-03 14:03:15 +01:00
stack.yaml Update to use LSP from github (#1662) 2019-06-14 08:38:29 +00:00

A lightweight, extensible base for LSP IDE tooling based on Shake and GHC Lib