Bump haskell-lsp bounds
[lsp-test.git] / lsp-test.cabal
index 2a12d7fb1dff41f6127010140bba087a8911e42f..9eabc8a16b1f106a1189fc46456fc38e54a580aa 100644 (file)
@@ -42,7 +42,7 @@ library
                      , parser-combinators:Control.Applicative.Combinators
   default-language:    Haskell2010
   build-depends:       base >= 4.10 && < 5
-                     , haskell-lsp >= 0.22 && < 0.23
+                     , haskell-lsp >= 0.22 && < 0.24
                      , aeson
                      , aeson-pretty
                      , ansi-terminal
@@ -82,7 +82,7 @@ executable dummy-server
   hs-source-dirs:      test/dummy-server
   ghc-options:         -W
   build-depends:       base >= 4.10 && < 5
-                     , haskell-lsp
+                     , haskell-lsp >= 0.23 && < 0.24
                      , data-default
                      , aeson
                      , unordered-containers
@@ -101,7 +101,7 @@ test-suite tests
   build-depends:       base >= 4.10 && < 5
                      , hspec
                      , lens
-                     , haskell-lsp >= 0.22 && < 0.23
+                     , haskell-lsp >= 0.22 && < 0.24
                      , lsp-test
                      , data-default
                      , aeson