X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=lsp-test.cabal;h=996950091a65f83c806ca5e2d73f6699280095fe;hp=799754011adb67d52d7d2c1da4d29030f55be570;hb=e2ba182ddcc4e3763552e9ee1b85492c3d084ba5;hpb=d54524be6dd2b0b2d20530afd7049f22b33129d5 diff --git a/lsp-test.cabal b/lsp-test.cabal index 7997540..9969500 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.2.1 +version: 0.5.2.2 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -36,7 +36,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp == 0.12.* + , haskell-lsp >= 0.12.1 && < 0.13 , aeson , aeson-pretty , ansi-terminal @@ -78,7 +78,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp == 0.12.* + , haskell-lsp >= 0.12.1 && < 0.13 , lsp-test , data-default , aeson