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-beta57
1.0.0-beta57
- Various improvements and fixes
- Support to cancel the process which builds the Haskell tools
- Support QuasiQuote injection (@ice1000)
- Update Haskell tools to LTS-14
v1.0.0-beta56
1.0.0-beta56
- Various improvements and fixes
- Support to cancel the process which builds the Haskell tools
- Support QuasiQuote injection (@ice1000)
- Update Haskell tools to LTS-14
v1.0.0-beta55
v1.0.0-beta54
1.0.0-beta54
- Fix issue with environment of REPL process (#461)
v1.0.0-beta53
1.0.0-beta53
- Make `system-ghc` and tool paths configurable (#454 by @friedbrice)
v1.0.0-beta52
1.0.0-beta52
- Various improvements and fixes
- Improve Cabal parser (#294 and #456)
- Fix Haskell code style settings (#449)
- Improved managing global plugin directories (#444)
- Save file without removing trailing spaces (#459)
- Improved navigation by Hoogle
- Prevent duplicate GHC messages in Haskell Problems View (#460)
v1.0.0-beta51
1.0.0-beta51
- Build library code always completely in the background. Use Haskell Problems View for project messages overview. Fix issue #443.
- Prevent waiting for result when there is no REPL output in case of ":show modules" command. Fix issue #442.
- Fix/improve English in various user/log messages (@declension)
- Improvements in finding usages.
- Build in Messages window with "no-interleaved-output"
v1.0.0-beta50
1.0.0-beta50
- Prevent waiting for result when there is no REPL output in case of ":show modules" command. Fix issue #442.
- Fix/improve English in various user/log messages (@declension)
v1.0.0-beta49
1.0.0-beta49
- Removed intero. Only depending on vanilla GHCi
- Various improvements and fixes
v1.0.0-beta48
1.0.0-beta48
- Various improvements and fixes
- Moved Haskell tools and GHCi actions to new Haskell main menu