daml/bazel_tools/haskell-ghcide-expose-compat.patch
Moritz Kiefer be7f0802c6
Bump ghcide (#5103)
This includes some completion improvements.

changelog_begin
changelog_end
2020-03-20 16:43:59 +00:00

38 lines
1.3 KiB
Diff

diff --git a/ghcide.cabal b/ghcide.cabal
index 5f21bcd..301e67f 100644
--- a/ghcide.cabal
+++ b/ghcide.cabal
@@ -99,6 +99,7 @@ library
include-dirs:
include
exposed-modules:
+ Development.IDE.Core.Compile
Development.IDE.Core.Debouncer
Development.IDE.Core.FileStore
Development.IDE.Core.IdeConfiguration
@@ -108,8 +109,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.Util
+ Development.IDE.GHC.Warnings
Development.IDE.Import.DependencyInformation
Development.IDE.LSP.HoverDefinition
Development.IDE.LSP.LanguageServer
@@ -124,13 +127,10 @@ library
Development.IDE.Plugin.Completions
Development.IDE.Plugin.CodeAction
other-modules:
- Development.IDE.Core.Compile
Development.IDE.Core.Preprocessor
Development.IDE.Core.FileExists
- Development.IDE.GHC.Compat
Development.IDE.GHC.CPP
Development.IDE.GHC.Orphans
- Development.IDE.GHC.Warnings
Development.IDE.Import.FindImports
Development.IDE.LSP.Notifications
Development.IDE.LSP.Outline