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

Commit b8d2e16

Browse files
authored
Merge pull request #965 from alanz/v0.4.0.0
Preparing for version 0.4.0.0
2 parents e5e9d62 + 9b96dae commit b8d2e16

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.4.0.0
2+
3+
- Supports GHC 8.6
4+
- Preliminary support for cabal new-build projects
5+
- Can install via cabal new-build
6+
- Completions: more comprehensive filtering of name prefixes
7+
introduced by GHC
8+
- Replace bat script with PowerShell, update Windows instructions in
9+
README (@fsoikin)
10+
111
# 0.3.0.0
212

313
- LSP mode is now the default, and the `--lsp` flag has no effect

haskell-ide-engine.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: haskell-ide-engine
2-
version: 0.3.0.0
2+
version: 0.4.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

stack-8.6.2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2018-11-27 # GHC 8.6.2
1+
resolver: nightly-2018-11-30 # GHC 8.6.2
22
packages:
33
- .
44
- hie-plugin-api

0 commit comments

Comments
 (0)