Skip to content

Commit 45d58fb

Browse files
authored
Prepare ghcide release 0.7.5 (#1389)
* Expose more rule definitions * Update release notes
1 parent a065cd6 commit 45d58fb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

ghcide/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
### 0.7.5 (2021-02-??)
2+
* Tone down some logInfos to logDebug (#1385) - Pepe Iborra
3+
* Show window message when auto extending import lists (#1371) - Potato Hatsue
4+
* Catch GHC errors in listing module names (#1367) - Potato Hatsue
5+
* Upgrade to lsp-1.0 (#1284) - wz1000
26
* Added Development.IDE.Main (#1338) - Pepe Iborra
7+
* Fix completion snippets on DuplicateRecordFields (#1360) - Potato Hatsue
8+
* Add code action for hiding shadowed identifiers from imports (#1322) - Potato Hatsue
9+
* Make find-definition work better with multi-components (#1357) - wz1000
10+
* Index files on first open (#1358) - wz1000
11+
* Fix code actions regression (#1349) - Pepe Iborra
312

413
### 0.7.4 (2021-02-08)
514
* Support for references via hiedb (#704) - wz1000

ghcide/src/Development/IDE/Core/Rules.hs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ module Development.IDE.Core.Rules(
5757
getBindingsRule,
5858
needsCompilationRule,
5959
generateCoreRule,
60-
getImportMapRule
60+
getImportMapRule,
61+
regenerateHiFile,
62+
ghcSessionDepsDefinition,
63+
getParsedModuleDefinition,
64+
typeCheckRuleDefinition,
6165
) where
6266

6367
import Fingerprint

0 commit comments

Comments
 (0)