A library for building Haskell IDE tooling
Go to file
Shayne Fletcher 44b366e720 Up-(actually down-)grade to ghc-lib-8.8.0.20190610 (#1576)
* Up-(actually down-)grade to ghc-lib-8.8.0.20190610

* A `#ifndef GHC_STABLE` removed. `ml_hie_file` must be set unconditionally

* Pass Opt_WriteHie in xFlagsSet

* Oops. Revert. This breaks Windows. Very confusing

* Disable test; track in issue https://github.com/digital-asset/daml/issues/1582

* Remove Opt_WriteHie flag (Causes test failures trying to write into a read-only filesystem in CI)
2019-06-11 08:58:16 -04:00
src/Development/IDE Up-(actually down-)grade to ghc-lib-8.8.0.20190610 (#1576) 2019-06-11 08:58:16 -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