A library for building Haskell IDE tooling
Go to file
DavidM-D d6c55d6749 Initial commit of bare bones haskell extension (#1674)
* Initial commit of bare bones haskell extension

* Removed dummy tests

* Added highlighting extension as dependency

* Added copyright header
2019-06-14 15:12:56 +00:00
extension Initial commit of bare bones haskell extension (#1674) 2019-06-14 15:12:56 +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