A library for building Haskell IDE tooling
Go to file
Neil Mitchell e2e158a85d Move the ofInterest kicking around in the IDE (#1669)
* Move getFilesOfInterest into the IDE, and OfInterest out into DAML

* Have the IDE mode kick all active files each time

* Add a missing .cabal dependency

* Add a missing dependencies

* Use the right thing, if any files have parse errors, then don't worry

* Print messages to stderr rather than stdout

* Add a big warning that writing to stdout is a bad plan
2019-06-14 14:23:22 +00:00
src/Development/IDE Move the ofInterest kicking around in the IDE (#1669) 2019-06-14 14:23:22 +00:00
test Move the ofInterest kicking around in the IDE (#1669) 2019-06-14 14:23:22 +00:00
.ghci Add a haskell-ide-core demo project (#1251) 2019-05-20 16:36:08 +01:00
BUILD.bazel Move the ofInterest kicking around in the IDE (#1669) 2019-06-14 14:23:22 +00:00
haskell-ide-core.cabal Move the ofInterest kicking around in the IDE (#1669) 2019-06-14 14:23:22 +00: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