This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
Releases: rikvdkleij/intellij-haskell
Releases · rikvdkleij/intellij-haskell
v1.0.0-beta78
1.0.0-beta78
- Reverted the change which removed the Haskell SDK.
- Improvements and fixes in (smart) code completion.
v1.0.0-beta77
1.0.0-beta77
- Better support for stack executable on the PATH
v1.0.0-beta76
1.0.0-beta76
- Various improvements and fixes
- Removed the Haskell SDK which was containing the location of the stack binary.
That is replaced by using the stack binary of the PATH. - One REPL per component target is replaced by a solution of one REPL per stanza type to get faster feedback of GHC.
So make sure that all component targets of one stanza type do have similar settings as default language extensions (so without conflicts)
v1.0.0-beta75
1.0.0-beta75
- Various improvements and fixes
- Update Haskell tools to LTS-16 which includes Ormolu 0.1.x and HLint version 3.x
v1.0.0-beta74
1.0.0-beta74
- Various improvements and fixes
v1.0.0-beta73
1.0.0-beta73
- Fix collapse file header setting
v1.0.0-beta72
1.0.0-beta72
- Various improvements and fixes
- Fixed some deprecation warnings (also by @i-walker)
- Added support for folding top-level expressions
- Added Haskell setting to set default code folding per type
v1.0.0-beta71
1.0.0-beta71
- Some optimizations in REPL loads and background builds
v1.0.0-beta70
1.0.0-beta70
- Various improvements and fixes
- Added support for folding language extensions and imports
v1.0.0-beta69
1.0.0-beta69
- Various improvements and fixes
- Added Stylish Haskell to custom tools setting