Bump haskell-lsp to 0.13.0.0
[lsp-test.git] / lsp-test.cabal
index 996950091a65f83c806ca5e2d73f6699280095fe..a26562a1e4225432769328069d3ed2bd8aca7452 100644 (file)
@@ -36,7 +36,7 @@ library
                      , parser-combinators:Control.Applicative.Combinators
   default-language:    Haskell2010
   build-depends:       base >= 4.10 && < 5
-                     , haskell-lsp >= 0.12.1 && < 0.13
+                     , haskell-lsp >= 0.13.0 && < 0.14
                      , aeson
                      , aeson-pretty
                      , ansi-terminal
@@ -78,7 +78,7 @@ test-suite tests
   build-depends:       base >= 4.10 && < 5
                      , hspec
                      , lens
-                     , haskell-lsp >= 0.12.1 && < 0.13
+                     , haskell-lsp >= 0.13.0 && < 0.14
                      , lsp-test
                      , data-default
                      , aeson