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

1.2

Compare
Choose a tag to compare
@jneira jneira released this 06 Mar 10:57
· 78 commits to master since this release
02815bb

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-03-03T21:13:56Z
  • GHC 8.8.2 is lts-15.2
  • GHC 8.6.5 is lts-14.22
  • hlint is 2.2.11
  • brittany is 0.12.1.1
  • hoogle is 5.0.17.15
  • haskell-src-exts is 1.22.0

Changes