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

Preparing 0.14 #1475

Merged
merged 1 commit into from
Dec 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 47 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,53 @@
# 0.14.0.0

- Bump resolvers and deps `lts-14.16` for GHC 8.6.5.

Key deps updated
- floskell-0.10.2
- hlint-2.2.4

- Hack awful script for generating changelog
([#1423](https://github.com/haskell/haskell-ide-engine/pull/1423), by @bubba)
- Update README.md
([#1472](https://github.com/haskell/haskell-ide-engine/pull/1472), by @Shenmin-Z)
- Fix typos; should be non-semantic
([#1469](https://github.com/haskell/haskell-ide-engine/pull/1469), by @bwignall)
- Update the instructions for Spacemacs
([#1466](https://github.com/haskell/haskell-ide-engine/pull/1466), by @sei40kr)
- Relax bounds of shake and use latest hie resolver
([#1464](https://github.com/haskell/haskell-ide-engine/pull/1464), by @jneira)
- Update README.md
([#1459](https://github.com/haskell/haskell-ide-engine/pull/1459), by @flip111)
- Various improvements and fixes over shake install
([#1452](https://github.com/haskell/haskell-ide-engine/pull/1452), by @jneira)
- Update LSP options for new haskell-lsp-0.18
([#1461](https://github.com/haskell/haskell-ide-engine/pull/1461), by @bubba)
- README.md > vim/coc setup > last comma in the json object doesn't parse.
([#1463](https://github.com/haskell/haskell-ide-engine/pull/1463), by @bChiquet)
- Update README.md
([#1458](https://github.com/haskell/haskell-ide-engine/pull/1458), by @flip111)
- Bump haskell-lsp et al to 0.18.0.0
([#1457](https://github.com/haskell/haskell-ide-engine/pull/1457), by @alanz)
- Unit test over the liquid haskell supported version
([#1449](https://github.com/haskell/haskell-ide-engine/pull/1449), by @jneira)
- Adapt liquid haskell tests for version 0.8.6.2
([#1440](https://github.com/haskell/haskell-ide-engine/pull/1440), by @alanz)
- Ignore the PATH fix if it is not set
([#1437](https://github.com/haskell/haskell-ide-engine/pull/1437), by @jneira)
- Make sure the liquid haskell test files are generated for unit-test
([#1438](https://github.com/haskell/haskell-ide-engine/pull/1438), by @alanz)
- Drop stack support for GHC 8.2.2
([#1430](https://github.com/haskell/haskell-ide-engine/pull/1430), by @fendor)
- Register rename and implementation provider
([#1427](https://github.com/haskell/haskell-ide-engine/pull/1427), by @bubba)
- Fix snippets configuration option not working
([#1424](https://github.com/haskell/haskell-ide-engine/pull/1424), by @bubba)


# 0.13.0.0

- Bump resolvers and deps `lts-14.11` for GHC 8.6.5, and
`nightly-2019-09-21` for nightyly build, the last one to support GHC
`nightly-2019-09-21` for nightly build, the last one to support GHC
8.6.5.

Key deps updated
Expand Down
2 changes: 1 addition & 1 deletion haskell-ide-engine.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskell-ide-engine
version: 0.13.0.0
version: 0.14.0.0
synopsis: Provide a common engine to power any Haskell IDE
description: Please see README.md
homepage: http://github.com/githubuser/haskell-ide-engine#readme
Expand Down
2 changes: 1 addition & 1 deletion hie-plugin-api/hie-plugin-api.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hie-plugin-api
version: 0.13.0.0
version: 0.14.0.0
synopsis: Haskell IDE API for plugin communication
license: BSD3
license-file: LICENSE
Expand Down