Skip to content

Commit

Permalink
Prepare ghcide release 0.7.5 (#1389)
Browse files Browse the repository at this point in the history
* Expose more rule definitions

* Update release notes
  • Loading branch information
pepeiborra authored Feb 17, 2021
1 parent a065cd6 commit 45d58fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ghcide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
### 0.7.5 (2021-02-??)
* Tone down some logInfos to logDebug (#1385) - Pepe Iborra
* Show window message when auto extending import lists (#1371) - Potato Hatsue
* Catch GHC errors in listing module names (#1367) - Potato Hatsue
* Upgrade to lsp-1.0 (#1284) - wz1000
* Added Development.IDE.Main (#1338) - Pepe Iborra
* Fix completion snippets on DuplicateRecordFields (#1360) - Potato Hatsue
* Add code action for hiding shadowed identifiers from imports (#1322) - Potato Hatsue
* Make find-definition work better with multi-components (#1357) - wz1000
* Index files on first open (#1358) - wz1000
* Fix code actions regression (#1349) - Pepe Iborra

### 0.7.4 (2021-02-08)
* Support for references via hiedb (#704) - wz1000
Expand Down
6 changes: 5 additions & 1 deletion ghcide/src/Development/IDE/Core/Rules.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ module Development.IDE.Core.Rules(
getBindingsRule,
needsCompilationRule,
generateCoreRule,
getImportMapRule
getImportMapRule,
regenerateHiFile,
ghcSessionDepsDefinition,
getParsedModuleDefinition,
typeCheckRuleDefinition,
) where

import Fingerprint
Expand Down

0 comments on commit 45d58fb

Please sign in to comment.