Releases: carymrobbins/intellij-haskforce
Releases · carymrobbins/intellij-haskforce
v0.3-beta.31
- 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
- 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
- Use `hlint --no-exit-code` to avoid failing on lint warnings (#244)
v0.3-beta.28
- 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
- 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
- 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
- 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
- Added stack support (#167)
- Added ghc-mod 5.4 support (#182)
- Parse numeric escapes (#196) and haddock comments (#198)
v0.3-beta.23
- Add spellchecker support (#197)
- Fix redundant dashes when splitting comments (#199)
v0.3-beta.22
- 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.