X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=a55bc40d3621927b2447c003770df47c9da32efb;hb=ae9d99b56df5468816e476059f59537da18fab9c;hp=f5822d9582c77f0c88af1e2c42f1939dab3519d9;hpb=8ed6e0d9c9f0196e7058a0bd82b91d152e19ae42;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index f5822d9..a55bc40 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.1.3 +version: 0.5.2.0 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.10 && < 0.11 + , haskell-lsp == 0.11.* , aeson , aeson-pretty , ansi-terminal @@ -78,7 +78,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.10 && < 0.11 + , haskell-lsp == 0.11.* , lsp-test , data-default , aeson