- Improve hie-wrapper support for stack projects
- Pass options to custom wrappers that should be passed to hie
- Add restart command (accessible from the command palette)
- Major cleanup in code
- Update LSP dependencies
- Add support for using a custom hie wrapper
- Add configuration to use hie-wrapper, which tries to automatically select the correct hie executable matching the GHC version of your project
- Add basic settings that are passed on to HIE, via @domenkozar #7
- Change name from
atom-haskell-hie
toide-haskell-hie
to follow atom-languageclient conventions, and for automatic discoverability
- Remove cabal support because HIE was giving errors
- Every feature added
- Every bug fixed