This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
1.2
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
- Use haskell-src-exts 1.22
(#1679, by @jneira) - Bump resolvers and hlint to 2.2.11
(#1678, by @alanz) - Improvements of install script and macos-installhs-cabal new azure job
(#1665, by @jneira) - Azure: try to generate hoogle twice to avoid 403 http errors for macos
(#1662, by @jneira) - Enable some more tests in windows
(#1659, by @jneira) - Add azure badge to README
(#1661, by @jneira) - Azure: not trigger pr builds by path
(#1633, by @jneira) - Fix failing tests in windows (reloaded)
(#1655, by @jneira) - Replace one more haskell-ide ocurrence
(#1652, by @jneira) - Set current working directory when executing project ghc
(#1654, by @fendor) - Use haskell-lsp-0.20
(#1645, by @jneira) - Remove Comma
(#1642, by @nilsmartel)