|
| 1 | +# 0.6.0.0 |
| 2 | + |
| 3 | +- Resolver bumped, LTS 13.5 for GHC 8.6.3 (@alanz) |
| 4 | +- Use internal library hie-test-utils for testing (@bubba) |
| 5 | +- Read files in UTF8 mode in ghc-mod (@alanz) |
| 6 | +- documentation updates |
| 7 | + - document reactorPidcache (@bubba) |
| 8 | + - Add a note in README about dyld path for macOS builds (@kubum) |
| 9 | + - document workaround for missing gmp library (@Rhywun) |
| 10 | + - Change --recursive to --recurse-submodules when cloning |
| 11 | + (@leifmetcalf) |
| 12 | +- Speed up CI on circleci (@bubba) |
| 13 | +- Build via make |
| 14 | + - Recursively sync and update submodules in Makefile (@bubba) |
| 15 | +- build via shake |
| 16 | + - Add 8.4.2 and 8.2.1 HIE versions to Shakefile (@Anrock) |
| 17 | + - Sync & update submodules recursively in Shakefile (@Anrock) |
| 18 | + - Remove v1 prefix from cabal commands in Shakefile (@Anrock) |
| 19 | + - Rename Shakefile.hs to install.hs (@Anrock) |
| 20 | + - install.hs: Sync submodules and install cabal before building |
| 21 | + `dist`(@fendor) |
| 22 | + - Display error message on stack-compilation errors (@power-fungus) |
| 23 | + Suggests doing `stack clean` and trying again. |
| 24 | + - Generate Shake help message based on GHC version (@fendor) |
| 25 | +- remove EKG to reduce dependency footprint (@bubba) |
| 26 | +- Bump hlint to 2.1.14 (@alanz) |
| 27 | + (for GHC versions from 8.2.2 to 8.6.3) |
| 28 | + |
| 29 | +And there is work happening currently on a new implementation of |
| 30 | +`cabal-helper` to fully support `cabal new-build`, together with a |
| 31 | +rework of `ghc-mod-core` to make use of the new `cabal-helper`. This |
| 32 | +is a complex effort, and will take some time, but is being tackled by |
| 33 | +@DanielG, assisted by @fendor and @power-fungus, |
| 34 | + |
| 35 | + |
1 | 36 | # 0.5.0.0
|
2 | 37 |
|
3 | 38 | - Introduce Shakefile as build alternative (@fendor)
|
|
0 commit comments