Skip to content

Commit c86c372

Browse files
committed
Update lsp bounds to include GHC 8.4.4 fix
1 parent a408973 commit c86c372

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lsp-test/lsp-test.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
, parser-combinators:Control.Applicative.Combinators
4242
default-language: Haskell2010
4343
build-depends: base >= 4.10 && < 5
44-
, lsp-types == 1.0.*
44+
, lsp-types >= 1.0.0.1 && < 1.1
4545
, aeson
4646
, time
4747
, aeson-pretty
@@ -81,8 +81,8 @@ executable dummy-server
8181
main-is: Main.hs
8282
hs-source-dirs: test/dummy-server
8383
ghc-options: -W
84-
build-depends: base >= 4.10 && < 5
85-
, lsp == 1.0.*
84+
build-depends: base >= 4.11 && < 5
85+
, lsp >= 1.0.0.1 && < 1.1
8686
, aeson
8787
, unordered-containers
8888
, directory
@@ -102,7 +102,7 @@ test-suite tests
102102
build-depends: base >= 4.10 && < 5
103103
, hspec
104104
, lens
105-
, lsp-types == 1.0.*
105+
, lsp-types >= 1.0.0.1 && < 1.1
106106
, lsp-test
107107
, data-default
108108
, aeson

0 commit comments

Comments
 (0)