Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare ghcide release 0.7.5 #1389

Merged
merged 2 commits into from
Feb 17, 2021
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
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