Skip to content

Commit 1b4cd9d

Browse files
authored
Release ghcide 0.0.6 (#319)
* Release ghcide 0.0.6
1 parent 4f61cb6 commit 1b4cd9d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
### unreleased
22

3+
### 0.0.6 (2020-01-10)
4+
5+
* Fix type in hover information for do-notation and list
6+
comprehensions (see #243).
7+
* Fix hover and goto-definition for multi-clause definitions (see #252).
8+
* Upgrade to `hie-bios-0.3` (see #257)
9+
* Upgrade to `haskell-lsp-0.19` (see #254)
10+
* Code lenses for missing signatures are displayed even if the warning
11+
has not been enabled. The warning itself will not be shown if it is
12+
not enabled. (see #232)
13+
* Define `__GHCIDE__` when running CPP to allow for `ghcide`-specific
14+
workarounds. (see #264)
15+
* Fix some filepath normalization issues. (see #266)
16+
* Fix build with `shake-0.18.4` (see #272)
17+
* Fix hover for type constructors and type classes. (see #267)
18+
* Support custom preprocessors (see #282)
19+
* Add support for code completions (see #227)
20+
* Code action for removing redundant symbols from imports (see #290)
21+
* Support document symbol requests (see #293)
22+
* Show CPP errors as diagnostics (see #296)
23+
* Code action for adding suggested imports (see #295)
24+
325
### 0.0.5 (2019-12-12)
426

527
* Support for GHC plugins (see #192)

Diff for: ghcide.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 1.20
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 0.0.5
5+
version: 0.0.6
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset

0 commit comments

Comments
 (0)