A library for building Haskell IDE tooling
Go to file
Martin Huschenbett 501a4a1b9f Make it explicit that contract key maintainers are computed from key (#1527)
* Use ghc-lib-0.20190604

* HieFile fix

* Update to ghc-lib-0.20190604.1

* Make maintainers depend directly on key

* Remove useless tests

* Adjust documentation

* Add release notes

* Simplify some code

* Fix tests to use new syntax

* Fix template desugaring docs

* Fix more tests
2019-06-05 10:27:38 -04:00
src/Development/IDE Make it explicit that contract key maintainers are computed from key (#1527) 2019-06-05 10:27:38 -04:00
test Remove use of managed for starting the scenario service (#1508) 2019-06-04 17:17:05 +02:00
.ghci Add a haskell-ide-core demo project (#1251) 2019-05-20 16:36:08 +01:00
BUILD.bazel Escape colons in URIs to be consistent with VSCode (#1504) 2019-06-04 09:45:29 +02:00
haskell-ide-core.cabal Add a haskell-ide-core demo project (#1251) 2019-05-20 16:36:08 +01: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 Add a haskell-ide-core demo project (#1251) 2019-05-20 16:36:08 +01:00

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