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

Commit f7e0db0

Browse files
authored
Merge pull request #1475 from alanz/prepare-0.14
Preparing 0.14
2 parents 673c5e5 + db2b761 commit f7e0db0

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

Changelog.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,53 @@
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+
147
# 0.13.0.0
248

349
- 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
551
8.6.5.
652

753
Key deps updated

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.13.0.0
2+
version: 0.14.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.13.0.0
2+
version: 0.14.0.0
33
synopsis: Haskell IDE API for plugin communication
44
license: BSD3
55
license-file: LICENSE

0 commit comments

Comments
 (0)