Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

0.9.0.0

Compare
Choose a tag to compare
@lukel97 lukel97 released this 02 May 18:13
· 1289 commits to master since this release
50cb42f
  • GHC 8.6.5 preliminary support added via the nightly build (@alanz)
  • Resolver bumped, LTS 13.19 for GHC 8.6.4 (@alanz)
  • Add diagnosticsOnChange config parameter, default True
    (preserving prior hie behaviour). Setting it False only generates
    diagnostics on file save. (#1164, @mpickering/@lorenzo)
  • The Hsimport plugin now formats the resulting change using the
    formatter configured for hie. (#1167,@fendor)
  • Actually enable type definition requests, if supported by the client
    (e.g. vscode). (#1169/@fendor, #1172/@bubba)
  • Use LSP MarkupContent for generated documentation (#1181, @alanz)
  • remove installation of Cabal by cabal (#1184, @power-fungus)
  • Add EmptyDataDecls to available pragmas, for generating code actions
    to insert if needed. (#1187,@fendor)
  • Make sure the end of formatted text is properly indicated for marked
    up documentation (#1189, @alanz)
  • Fix some of the tests with cabal new-build (#1194, @michaelpj)
  • Update build-tool-depends for func-test (#1198, @bubba)
  • Fix version of lsp-test so cabal new-build works (#1211, @power-fungus)
  • Bump hlint to 2.1.17 (#1213, @alanz)
  • Use cabal helper that searches with exe extension on windows (#1217, @alanz)

Stability improvements

Documentation improvements

Build system improvements

  • Further improvements and simplification of the ./install.hs
    build system (#1168, @power-fungus)