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

1.1

Compare
Choose a tag to compare
@alanz alanz released this 05 Feb 08:30
· 135 commits to master since this release
6afa461

NOTE: haskell-ide-engine is in transition, the new home for it will be
haskell-language-server,
which does not currently have feature parity with hie. In particular
it does not support multi-cradles, so can only open a single component
of a project, as configured into its hie.yaml file.

Once that hurdle is crossed, the main emphasis will be there, and
hie will eventually be deprecated.

In this version

  • cabal now index state 2020-01-31T21:11:24Z
  • GHC 8.8.2 is nightly-2020-01-31
  • GHC 8.6.5 is lts-14.22
  • hlint is 2.2.10
  • brittany is 0.12.1.1

Changes