daml/bazel_tools/haskell-lsp-test-no-reexport.patch
Moritz Kiefer fa80f1b615
Bump ghcide and upgrade to lsp/lsp-types (#10139)
* Bump ghcide and upgrade to lsp/lsp-types

changelog_begin
changelog_end

* Bump rev

changelog_begin
changelog_end
2021-06-30 12:16:12 +00:00

13 lines
400 B
Diff

diff --git a/lsp-test.cabal b/lsp-test.cabal
index 1c8350a..4d96585 100644
--- a/lsp-test.cabal
+++ b/lsp-test.cabal
@@ -37,6 +37,7 @@ library
default-language: Haskell2010
build-depends: base >= 4.10 && < 5
, lsp == 0.18.*
+ , lsp-types
, aeson
, aeson-pretty
, ansi-terminal