|
| 1 | +# 0.12.0.0 |
| 2 | + |
| 3 | +- Monthly resolver bump, `lts-13.30` for GHC 8.6.5, and `nightly-2019-07-31` for |
| 4 | + nightly build, rest are unchanged. |
| 5 | +([#1352](https://github.com/haskell/haskell-ide-engine/pull/1352), by @alanz) |
| 6 | + |
| 7 | +- Log OS in hie-wrapper |
| 8 | +([#1351](https://github.com/haskell/haskell-ide-engine/pull/1351), by @chrismwendt) |
| 9 | + |
| 10 | +- Fix completionItem/resolve sending snippets as plain text |
| 11 | +([#1349](https://github.com/haskell/haskell-ide-engine/pull/1349), by @Avi-D-coder) |
| 12 | + |
| 13 | +- Bump hlint to 2.2.2 |
| 14 | +([#1347](https://github.com/haskell/haskell-ide-engine/pull/1347), by @alanz) |
| 15 | + |
| 16 | +- fail installation if cabal-version is too low |
| 17 | +([#1344](https://github.com/haskell/haskell-ide-engine/pull/1344), by @power-fungus) |
| 18 | + |
| 19 | +- Update vim links in TOC |
| 20 | +([#1341](https://github.com/haskell/haskell-ide-engine/pull/1341), by @adamse) |
| 21 | + |
| 22 | +- lift required stack-version to 2.1.1 |
| 23 | +([#1338](https://github.com/haskell/haskell-ide-engine/pull/1338), by @power-fungus) |
| 24 | + |
| 25 | +- Replace every occurrence of build-doc by build-data |
| 26 | +([#1336](https://github.com/haskell/haskell-ide-engine/pull/1336), by @w1gz) |
| 27 | + |
| 28 | +- Use preview of pipeline caching in azure builds |
| 29 | +([#1335](https://github.com/haskell/haskell-ide-engine/pull/1335), by @jneira) |
| 30 | + |
| 31 | +- Simpler completion |
| 32 | +([#1334](https://github.com/haskell/haskell-ide-engine/pull/1334), by @wz1000) |
| 33 | + |
| 34 | +- Clarify README.md for Vim users |
| 35 | +([#1331](https://github.com/haskell/haskell-ide-engine/pull/1331), by @mb720) |
| 36 | + |
| 37 | +- Fix typos in Challenges.md |
| 38 | +([#1329](https://github.com/haskell/haskell-ide-engine/pull/1329), by @mb720) |
| 39 | + |
| 40 | +- Remove unnecesary extra-dep unix-time |
| 41 | +([#1326](https://github.com/haskell/haskell-ide-engine/pull/1326), by @jneira) |
| 42 | + |
| 43 | +- Use hlint-2.2 |
| 44 | +([#1325](https://github.com/haskell/haskell-ide-engine/pull/1325), by @alanz) |
| 45 | + |
| 46 | +- Remove "hybrid" test cases |
| 47 | +([#1324](https://github.com/haskell/haskell-ide-engine/pull/1324), by @fendor) |
| 48 | + |
| 49 | +- Reuse unHTML for searchModules' |
| 50 | +([#1323](https://github.com/haskell/haskell-ide-engine/pull/1323), by @fendor) |
| 51 | + |
| 52 | +- add possibility to run `install.hs` from cabal |
| 53 | +([#1221](https://github.com/haskell/haskell-ide-engine/pull/1221), by @power-fungus) |
| 54 | + |
| 55 | + |
1 | 56 | # 0.11.0.0
|
2 | 57 |
|
3 | 58 | - Bump resolvers. `lts-13.27` for GHC 8.6.5, `nightly-2019-07-07` for
|
|
0 commit comments