forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to ghcide 0.1.0 (digital-asset#4381)
* Switch to ghcide 0.1.0 changelog_begin changelog_end * Bump hie-bios
- Loading branch information
1 parent
9d3a0f8
commit 52d4f60
Showing
9 changed files
with
44 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,37 @@ | ||
diff --git a/ghcide.cabal b/ghcide.cabal | ||
index 930b387..73f4b51 100644 | ||
index fa147ef..466249e 100644 | ||
--- a/ghcide.cabal | ||
+++ b/ghcide.cabal | ||
@@ -98,6 +98,7 @@ library | ||
@@ -99,6 +99,7 @@ library | ||
include-dirs: | ||
include | ||
exposed-modules: | ||
+ Development.IDE.Core.Compile | ||
Development.IDE.Core.Completions | ||
Development.IDE.Core.CompletionsTypes | ||
Development.IDE.Core.FileStore | ||
@@ -107,7 +108,10 @@ library | ||
Development.IDE.Core.OfInterest | ||
Development.IDE.Core.PositionMapping | ||
@@ -106,8 +107,10 @@ library | ||
Development.IDE.Core.RuleTypes | ||
Development.IDE.Core.Service | ||
Development.IDE.Core.Shake | ||
+ Development.IDE.GHC.Compat | ||
+ Development.IDE.GHC.Error | ||
Development.IDE.GHC.Error | ||
Development.IDE.GHC.Util | ||
+ Development.IDE.GHC.Warnings | ||
Development.IDE.Import.DependencyInformation | ||
Development.IDE.LSP.LanguageServer | ||
Development.IDE.LSP.Protocol | ||
@@ -118,14 +122,10 @@ library | ||
Development.IDE.Types.Options | ||
@@ -122,13 +125,10 @@ library | ||
Development.IDE.Plugin.CodeAction | ||
other-modules: | ||
Development.IDE.Core.Debouncer | ||
- Development.IDE.Core.Compile | ||
Development.IDE.Core.Preprocessor | ||
Development.IDE.Core.FileExists | ||
- Development.IDE.GHC.Compat | ||
Development.IDE.GHC.CPP | ||
- Development.IDE.GHC.Error | ||
Development.IDE.GHC.Orphans | ||
- Development.IDE.GHC.Warnings | ||
Development.IDE.Import.FindImports | ||
Development.IDE.LSP.CodeAction | ||
Development.IDE.LSP.Completions | ||
Development.IDE.LSP.HoverDefinition | ||
Development.IDE.LSP.Notifications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters