|
1 |
| -# 1.2 |
| 1 | +## 1.3 |
| 2 | + |
| 3 | +NOTE: haskell-ide-engine is in transition, the new home for it will be |
| 4 | +[haskell-language-server](https://github.com/haskell/haskell-language-server), |
| 5 | +which does not currently have feature parity with `hie`. In particular |
| 6 | +it does not support multi-cradles, so can only open a single component |
| 7 | +of a project, as configured into its `hie.yaml` file. |
| 8 | + |
| 9 | +Once that hurdle is crossed, the main emphasis will be there, and |
| 10 | +`hie` will eventually be deprecated. |
| 11 | + |
| 12 | +## In this version |
| 13 | + |
| 14 | +- cabal now index state 2020-04-06T20:27:36Z |
| 15 | +- GHC 8.8.2 is lts-15.3 |
| 16 | + |
| 17 | +## Changes |
| 18 | + |
| 19 | +- Make install script use unix-time-0.4.7 |
| 20 | +([#1715](https://github.com/haskell/haskell-ide-engine/pull/1715) by @jneira) |
| 21 | +- HsImport: Return codeactions importing from Internal modules last |
| 22 | +([#1703](https://github.com/haskell/haskell-ide-engine/pull/1703) by @expipiplus1) |
| 23 | +- Extend FormatSpec with a data types |
| 24 | +([#1605](https://github.com/haskell/haskell-ide-engine/pull/1605) by @EncodePanda) |
| 25 | +- Update hie-plugin-api to use unliftio-core 0.2.0.1 |
| 26 | +([#1698](https://github.com/haskell/haskell-ide-engine/pull/1698) by @fendor) |
| 27 | +- Use sha instead revision for hsimport and other fixes |
| 28 | +([#1694](https://github.com/haskell/haskell-ide-engine/pull/1694) by @jneira) |
| 29 | +- Fix: haddock for hie-plugin-api |
| 30 | +([#1696](https://github.com/haskell/haskell-ide-engine/pull/1696) by @fendor) |
| 31 | +- Fix #1578 - Redesign option parsing for main executable |
| 32 | +([#1671](https://github.com/haskell/haskell-ide-engine/pull/1671) by @gdziadkiewicz) |
| 33 | +- Report progress as a percentage |
| 34 | +([#1692](https://github.com/haskell/haskell-ide-engine/pull/1692) by @expipiplus1) |
| 35 | +- Correct pull request url and formatting in the changelog |
| 36 | +([#1684](https://github.com/haskell/haskell-ide-engine/pull/1684) by @jneira) |
| 37 | +- Fix typos in README. Add hint to speed up HIE compilation |
| 38 | +([#1685](https://github.com/haskell/haskell-ide-engine/pull/1685) by @mb720) |
| 39 | + |
| 40 | + |
| 41 | +## 1.2 |
2 | 42 |
|
3 | 43 | NOTE: haskell-ide-engine is in transition, the new home for it will be
|
4 | 44 | [haskell-language-server](https://github.com/haskell/haskell-language-server),
|
|
0 commit comments