A library for building Haskell IDE tooling
Go to file
Neil Mitchell 1c27ffe760 Clean up the IDE (#961)
* Split the Options into a separate module

* Make the Logger handle live in IO

* Reduce the amount of IDE logging to just two

* Rename CompileOpts to IdeOptions

* Rename PackageState to PackageDynFlags

* Clean up setting the PackageDynFlags

* Stop hiding PackageState, we no longer clash on it

* Introduce a helper for collecting the package flags

* Move the StringBuffer conversion to its only use
2019-05-07 10:19:12 +01:00
src/Development/IDE Clean up the IDE (#961) 2019-05-07 10:19:12 +01:00
BUILD.bazel Changed Diagnostics to FileDiagnostics (#897) 2019-05-03 17:43:40 +00:00