Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 2701d3d

Browse files
committed
Force newer version of haskell-lsp
1 parent 06769da commit 2701d3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

haskell-ide-engine.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ library
6868
, gitrev >= 1.1
6969
, haddock-api
7070
, haddock-library
71-
, haskell-lsp == 0.9.*
72-
, haskell-lsp-types == 0.9.*
71+
, haskell-lsp == 0.10.*
72+
, haskell-lsp-types == 0.10.*
7373
, haskell-src-exts
7474
, hie-plugin-api
7575
, hlint >= 2.0.11
@@ -185,7 +185,7 @@ test-suite unit-test
185185
, filepath
186186
, free
187187
, haskell-ide-engine
188-
, haskell-lsp-types >= 0.4
188+
, haskell-lsp-types == 0.10.*
189189
, hie-test-utils
190190
, hie-plugin-api
191191
, hoogle > 5.0.11
@@ -273,7 +273,7 @@ test-suite func-test
273273
, filepath
274274
, lsp-test >= 0.5.1.1 && < 0.5.2
275275
, haskell-ide-engine
276-
, haskell-lsp-types >= 0.4
276+
, haskell-lsp-types == 0.10.*
277277
, hie-test-utils
278278
, hie-plugin-api
279279
, hspec

0 commit comments

Comments
 (0)