Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

v1.0.0-beta22

Pre-release
Pre-release
Compare
Choose a tag to compare
@rikvdkleij rikvdkleij released this 29 Jul 11:57
· 791 commits to master since this release

1.0.0-beta22

IMPORTANT: Stack version should be > 1.7.0 and please reimport your Haskell Stack project after updating the plugin.
  • Improved responsiveness, especially for multi-package projects
  • HLint, Hoogle, Hindent and Stylish-Haskell are automatically installed in IntelliJ sandbox with LTS-11. Those binaries are used by all projects
  • Added option to Tools/Haskell menu to update Haskell tools with latest LTS-11 version
  • Various improvements and fixes
  • Improved REPL (@solicode)
  • Improved importer of multi-package projects
  • Improved parser
  • Included updating the Module Settings to the Restart REPLs action
  • Changed default reformat shortcut to reformat by Hindent. Also added option to Commit Changes dialog to reformat by Hindent
  • Added option to Commit Changes dialog to optimize imports by GHC warnings
  • Added type and definition info of the current identifier to the Documentation Tool window. That info is always up-to-date by enabling option `Auto-update from Source`
  • Implemented Haskell Problems View