|
| 1 | +# 0.14.0.0 |
| 2 | + |
| 3 | +- Bump resolvers and deps `lts-14.16` for GHC 8.6.5. |
| 4 | + |
| 5 | + Key deps updated |
| 6 | + - floskell-0.10.2 |
| 7 | + - hlint-2.2.4 |
| 8 | + |
| 9 | +- Hack awful script for generating changelog |
| 10 | +([#1423](https://github.com/haskell/haskell-ide-engine/pull/1423), by @bubba) |
| 11 | +- Update README.md |
| 12 | +([#1472](https://github.com/haskell/haskell-ide-engine/pull/1472), by @Shenmin-Z) |
| 13 | +- Fix typos; should be non-semantic |
| 14 | +([#1469](https://github.com/haskell/haskell-ide-engine/pull/1469), by @bwignall) |
| 15 | +- Update the instructions for Spacemacs |
| 16 | +([#1466](https://github.com/haskell/haskell-ide-engine/pull/1466), by @sei40kr) |
| 17 | +- Relax bounds of shake and use latest hie resolver |
| 18 | +([#1464](https://github.com/haskell/haskell-ide-engine/pull/1464), by @jneira) |
| 19 | +- Update README.md |
| 20 | +([#1459](https://github.com/haskell/haskell-ide-engine/pull/1459), by @flip111) |
| 21 | +- Various improvements and fixes over shake install |
| 22 | +([#1452](https://github.com/haskell/haskell-ide-engine/pull/1452), by @jneira) |
| 23 | +- Update LSP options for new haskell-lsp-0.18 |
| 24 | +([#1461](https://github.com/haskell/haskell-ide-engine/pull/1461), by @bubba) |
| 25 | +- README.md > vim/coc setup > last comma in the json object doesn't parse. |
| 26 | +([#1463](https://github.com/haskell/haskell-ide-engine/pull/1463), by @bChiquet) |
| 27 | +- Update README.md |
| 28 | +([#1458](https://github.com/haskell/haskell-ide-engine/pull/1458), by @flip111) |
| 29 | +- Bump haskell-lsp et al to 0.18.0.0 |
| 30 | +([#1457](https://github.com/haskell/haskell-ide-engine/pull/1457), by @alanz) |
| 31 | +- Unit test over the liquid haskell supported version |
| 32 | +([#1449](https://github.com/haskell/haskell-ide-engine/pull/1449), by @jneira) |
| 33 | +- Adapt liquid haskell tests for version 0.8.6.2 |
| 34 | +([#1440](https://github.com/haskell/haskell-ide-engine/pull/1440), by @alanz) |
| 35 | +- Ignore the PATH fix if it is not set |
| 36 | +([#1437](https://github.com/haskell/haskell-ide-engine/pull/1437), by @jneira) |
| 37 | +- Make sure the liquid haskell test files are generated for unit-test |
| 38 | +([#1438](https://github.com/haskell/haskell-ide-engine/pull/1438), by @alanz) |
| 39 | +- Drop stack support for GHC 8.2.2 |
| 40 | +([#1430](https://github.com/haskell/haskell-ide-engine/pull/1430), by @fendor) |
| 41 | +- Register rename and implementation provider |
| 42 | +([#1427](https://github.com/haskell/haskell-ide-engine/pull/1427), by @bubba) |
| 43 | +- Fix snippets configuration option not working |
| 44 | +([#1424](https://github.com/haskell/haskell-ide-engine/pull/1424), by @bubba) |
| 45 | + |
| 46 | + |
1 | 47 | # 0.13.0.0
|
2 | 48 |
|
3 | 49 | - Bump resolvers and deps `lts-14.11` for GHC 8.6.5, and
|
4 |
| -`nightly-2019-09-21` for nightyly build, the last one to support GHC |
| 50 | +`nightly-2019-09-21` for nightly build, the last one to support GHC |
5 | 51 | 8.6.5.
|
6 | 52 |
|
7 | 53 | Key deps updated
|
|
0 commit comments