Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 804 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 804 Bytes

0.11.0

  • Improve hie-wrapper support for stack projects
  • Pass options to custom wrappers that should be passed to hie

0.10.0

  • Add restart command (accessible from the command palette)
  • Major cleanup in code

0.9.0

  • Update LSP dependencies
  • Add support for using a custom hie wrapper

0.8.0

  • Add configuration to use hie-wrapper, which tries to automatically select the correct hie executable matching the GHC version of your project

0.7.3

  • Add basic settings that are passed on to HIE, via @domenkozar #7

0.6.0

  • Change name from atom-haskell-hie to ide-haskell-hie to follow atom-languageclient conventions, and for automatic discoverability

0.5.0

  • Remove cabal support because HIE was giving errors

0.1.0 - First Release

  • Every feature added
  • Every bug fixed