daml/bazel_tools/haskell-ghcide-expose-compat.patch
Moritz Kiefer 023c532399
Disable debouncer in the CLI compiler (#4438)
This should hopefully fix the lost diagnostics in our packaging tests.

changelog_begin
changelog_end
2020-02-06 21:13:52 +00:00

38 lines
1.3 KiB
Diff

diff --git a/ghcide.cabal b/ghcide.cabal
index 3352aef..22040f2 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.OfInterest
@@ -107,8 +108,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.LanguageServer
Development.IDE.LSP.Protocol
@@ -122,13 +125,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.HoverDefinition
Development.IDE.LSP.Notifications