Skip to content

Releases: carymrobbins/intellij-haskforce

v0.3-beta.31

29 Mar 00:26
Compare
Choose a tag to compare
v0.3-beta.31 Pre-release
Pre-release
  • Fixed issues with ghc-mod halting the IDE (#259)
  • Don't terminate ghc-modi on type info error (#261)
  • Allow 'location' values in stack.yaml packages (#263)
  • Show working directory in tools console (#251)

v0.3-beta.30

17 Mar 21:11
Compare
Choose a tag to compare
v0.3-beta.30 Pre-release
Pre-release
  • Fix "expand selection" feature to work with lists (#246)
  • Handle missing "packages" field in stack.yaml (#248)
  • Validate that project names do not contain whitespace (#252)
  • New "Haskell Stack Run" configuration (#252)
  • Added Haskell Tools Console (#237)

v0.3-beta.29

16 Feb 07:28
Compare
Choose a tag to compare
v0.3-beta.29 Pre-release
Pre-release
  • Use `hlint --no-exit-code` to avoid failing on lint warnings (#244)

v0.3-beta.28

12 Feb 23:12
Compare
Choose a tag to compare
v0.3-beta.28 Pre-release
Pre-release
  • Show build tool config errors in new project dialog
  • Parse boolean fields in stack.yaml
  • Improved external tool error reporting
  • Internal refactors to improve ghc-mod/hlint error highlighting

v0.3-beta.27

06 Feb 02:56
Compare
Choose a tag to compare
v0.3-beta.27 Pre-release
Pre-release
  • Warn if ghc-mod is compiled with a different version of GHC (#219)
  • Ghc-mod now executes in Stack context if applicable (#229)
  • Fixed halted IDE when modifying class constraints (#228)
  • Fixed importing Stack project at `.` directory (#230)
  • Fixed IndexOutOfBounds exception during indexing (#164)

v0.3-beta.26

17 Jan 08:19
Compare
Choose a tag to compare
v0.3-beta.26 Pre-release
Pre-release
  • Don't override user-specified ghc-modi flags, thanks to @adinapoli (#224)
  • Don't attempt to parse directories as stack.yaml (#216, #227)

v0.3-beta.25

30 Nov 05:11
Compare
Choose a tag to compare
v0.3-beta.25 Pre-release
Pre-release
  • Bug fixes and minor refactoring
  • Fix type info errors (#204)
  • Fix autocompletion when hiding names (#209)
  • Fix ghc-mod parse error messages (#212)

v0.3-beta.24

20 Nov 06:00
Compare
Choose a tag to compare
v0.3-beta.24 Pre-release
Pre-release
  • Added stack support (#167)
  • Added ghc-mod 5.4 support (#182)
  • Parse numeric escapes (#196) and haddock comments (#198)

v0.3-beta.23

09 Oct 03:40
Compare
Choose a tag to compare
v0.3-beta.23 Pre-release
Pre-release
  • Add spellchecker support (#197)
  • Fix redundant dashes when splitting comments (#199)

v0.3-beta.22

09 Sep 07:34
Compare
Choose a tag to compare
v0.3-beta.22 Pre-release
Pre-release
  • Parser improvements: InstanceSigs, MINIMAL pragma for class definitions, and qualified expressions in ViewPatterns, relaxed let expressions.
  • Autocompletion no longer includes keywords where not applicable.
  • Go to definition for exported modules, re-exported functions, and type definitions, thanks to @charleso.