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

Releases: rikvdkleij/intellij-haskell

v1.0.0-beta78

21 Jul 19:20
Compare
Choose a tag to compare
v1.0.0-beta78 Pre-release
Pre-release

1.0.0-beta78

  • Reverted the change which removed the Haskell SDK.
  • Improvements and fixes in (smart) code completion.

v1.0.0-beta77

15 Jul 19:46
Compare
Choose a tag to compare
v1.0.0-beta77 Pre-release
Pre-release

1.0.0-beta77

  • Better support for stack executable on the PATH

v1.0.0-beta76

13 Jul 19:02
Compare
Choose a tag to compare
v1.0.0-beta76 Pre-release
Pre-release

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

22 Jun 04:56
Compare
Choose a tag to compare
v1.0.0-beta75 Pre-release
Pre-release

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

30 May 18:36
Compare
Choose a tag to compare
v1.0.0-beta74 Pre-release
Pre-release

1.0.0-beta74

  • Various improvements and fixes

v1.0.0-beta73

27 May 18:38
Compare
Choose a tag to compare
v1.0.0-beta73 Pre-release
Pre-release

1.0.0-beta73

  • Fix collapse file header setting

v1.0.0-beta72

24 May 19:04
Compare
Choose a tag to compare
v1.0.0-beta72 Pre-release
Pre-release

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

11 May 20:07
Compare
Choose a tag to compare
v1.0.0-beta71 Pre-release
Pre-release

1.0.0-beta71

  • Some optimizations in REPL loads and background builds

v1.0.0-beta70

10 May 20:52
Compare
Choose a tag to compare
v1.0.0-beta70 Pre-release
Pre-release

1.0.0-beta70

  • Various improvements and fixes
  • Added support for folding language extensions and imports

v1.0.0-beta69

18 Apr 14:57
Compare
Choose a tag to compare
v1.0.0-beta69 Pre-release
Pre-release

1.0.0-beta69

  • Various improvements and fixes
  • Added Stylish Haskell to custom tools setting