All Versions
11
Latest Version
Avg Release Cycle
115 days
Latest Release
2039 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.1.8.0 Changes
March 10, 2019- Add support for ghc-8.6 and Cabal-2.4.
-
v0.1.7.0 Changes
August 08, 2018- Add support for ghc-8.4 and Cabal-2.2.
-
v0.1.6.1 Changes
December 17, 2017- Fixed
moduleinfo
command to load targets correctly. - Print version on
-v
command line option. - Fixed build with ghc-8.2.0.
- Fixed
-
v0.1.6.0 Changes
August 21, 2017- Added handling of source errors: GHC
SourceError
and other exceptions are now correctly sent to the frontend process. This enableshdevtools
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
.
- Added handling of source errors: GHC
-
v0.1.5.0 Changes
December 23, 2016- (Re-)added template haskell support when required. Can be turned off using
--noth
. - Fixed system installed GHC libdir paths using stack.
- (Re-)added template haskell support when required. Can be turned off using
-
v0.1.4.1 Changes
September 04, 2016- Do not try to execute
stack
commands if not available.
- Do not try to execute
-
v0.1.4.0 Changes
August 08, 2016- Determine GHC libdir and binaries using stack.
-
v0.1.3.2 Changes
June 09, 2016- Added GHC 8.0.x support
-
v0.1.3.1 Changes
May 13, 2016- Added support for new Cabal versions
- Do not generate code, fixing inline-c modules typechecking
-
v0.1.3.0 Changes
February 29, 2016- 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.
- Improved performance in stack projects: The stack configuration is
updated only when the passed path implies a different