Intellij Haskell Versions Save

IntelliJ plugin for Haskell

v1.0.0-beta88

2 years ago

1.0.0-beta88

  • Various improvements and fixes
  • Update Haskell tools to LTS-18

v1.0.0-beta87

2 years ago

1.0.0-beta87

  • Fix support for 2021.2

v1.0.0-beta86

2 years ago

1.0.0-beta86

  • Support for 2021.2
  • Improved support for holes by @mbwgh. See #629.
  • Documentation in code completion by @fantostisch

v1.0.0-beta85

3 years ago

1.0.0-beta85

  • Various improvements and fixes
  • Improved applying HLint suggestions
  • Making command line processes charset aware by @sgt (#623)
  • Path to cache directory is configurable in Haskell Settings

v1.0.0-beta84

3 years ago

1.0.0-beta84

  • Improved parser
  • Improved support for top-level case splitting (#610)
  • Support url as resolver in stack.yaml (#599 and #620)

v1.0.0-beta83

3 years ago

1.0.0-beta83

  • Show warning when library source code can't be downloaded

v1.0.0-beta82

3 years ago

1.0.0-beta82

  • Indent after enter support (#156 and #187)
  • Fix QuasiQuotes parsing issue

v1.0.0-beta81

3 years ago

1.0.0-beta81

  • Improved support for top-level case splitting (#609)

v1.0.0-beta80

3 years ago

1.0.0-beta80

  • Improved support for top-level case splitting (#609, #611)
  • Fix parser issue.
  • One REPL per non-library components to prevent conflicts (#608)

v1.0.0-beta79

3 years ago

1.0.0-beta79

  • Various improvements and fixes
  • Case split support on top level (#581)
  • Fix creating new project without already defined Haskell Stack SDK (#605)
  • Check if module name is a valid package name (#567)
  • Use ANSI escape sequence processor in the initial tool setup progress bar by @ForNeVeR (#585)
  • New high resolution Haskell icons by @Sineaggi
  • Default REPL GHC options set in Haskell Settings