X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=dd90f8bc379deb36ae1b1dba057128c522451198;hb=14c48f727d1c049f33cd9b3e1e485a6ae1d6f574;hp=0fc0cfcde85994cca997dcf41149dbfd22d3fd3f;hpb=dda4890500346f3b439896e809ddc9cc456b6541;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 0fc0cfc..dd90f8b 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.1.1 +version: 0.5.1.4 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.8 && < 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.8 && < 0.11 + , haskell-lsp == 0.11.* , lsp-test , data-default , aeson