This repository was archived by the owner on Oct 7, 2020. It is now read-only.
0.7.0.0
- Resolver bumped, LTS 13.9 for GHC 8.6.3 (@alanz)
- Ongoing improvements of
install.hs
installation process and
documentation. (@fendor, @power-fungus, @Anrock, @Hogeyama )- Improved documentation
- can now also build via
cabal new-build
- improved cross-platform support
- Introduce floskell as an
alternative formatting provider (@bubba, @AlexeyRaga, @luigy)- Introduces
formattingProvider
as a plugin API function. - Can be selected via configuration option
formattingProvider
- Introduces
- Respects the
only
parameter of codeAction requests (@bubba)- So can request only
quickfix
orrefactor
code actions.
- So can request only
- Bump hlint to 2.1.15 (@alanz)