Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 239d07d

Browse files
authored
Merge pull request #1072 from alanz/master
Preparing for monthly release, 0.6.0.0
2 parents 66ce59d + 55bfe9e commit 239d07d

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

Changelog.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
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+
136
# 0.5.0.0
237

338
- Introduce Shakefile as build alternative (@fendor)

haskell-ide-engine.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: haskell-ide-engine
2-
version: 0.5.0.0
2+
version: 0.6.0.0
33
synopsis: Provide a common engine to power any Haskell IDE
44
description: Please see README.md
55
homepage: http://github.com/githubuser/haskell-ide-engine#readme

hie-plugin-api/hie-plugin-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hie-plugin-api
2-
version: 0.2.2.0
2+
version: 0.6.0.0
33
synopsis: Haskell IDE API for plugin communication
44
license: BSD3
55
license-file: LICENSE

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2019-01-28 # GHC 8.6.3
1+
resolver: nightly-2019-01-30 # GHC 8.6.3
22
packages:
33
- .
44
- hie-plugin-api

0 commit comments

Comments
 (0)