You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.1.6.1 - 2017-12-17
* Fixed `moduleinfo` command to load targets correctly.
* Print version on `-v` command line option.
* Fixed build with ghc-8.2.0.
0.1.6.0 - 2017-08-21
* Added handling of source errors: GHC `SourceError` and other exceptions are
now correctly sent to the frontend process. This enables `hdevtools` to
correctly report haskell syntax errors and improves visibility of exceptions
leading the backend process to die.
* `.hdevtoolsrc` file for project-specific configuration.
* Use of `stack` can be turned off with `--nostack`.
0.1.5.0 - 2016-12-23
* (Re-)added template haskell support when required. Can be turned off using `--noTH`.
* Fixed system installed GHC libdir paths using stack.
0.1.3.0 - 2016-02-29
* Improved performance in stack projects: The stack configuration is
updated only when the passed path implies a different `stack.yaml`.
Performance improved substantially from roughly ~1s to ~0.3s.