Relax upper bound on haskell-lsp
[lsp-test.git] / lsp-test.cabal
index 220f2a1681daa078298692c5b46d2df1d2dd2daf..457ed43a4216866a2dcee9d2cd9e20c177d1c3cd 100644 (file)
@@ -36,7 +36,7 @@ library
                      , parser-combinators:Control.Applicative.Combinators
   default-language:    Haskell2010
   build-depends:       base >= 4.10 && < 5
-                     , haskell-lsp >= 0.8 && < 0.9
+                     , haskell-lsp >= 0.8 && < 0.10
                      , aeson
                      , aeson-pretty
                      , ansi-terminal
@@ -78,11 +78,10 @@ test-suite tests
   build-depends:       base >= 4.10 && < 5
                      , hspec
                      , lens
-                     , haskell-lsp >= 0.8 && < 0.9
+                     , haskell-lsp >= 0.8 && < 0.10
                      , lsp-test
                      , data-default
                      , aeson
                      , unordered-containers
                      , text
   default-language:    Haskell2010
-