X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=f5b8f9761dbb7b3b530f6af0ff52f82be9f4ed0d;hb=c1dbd1ae5ac33bd7cdf838981a4b9358e028ed11;hp=f1035b2572d38ed8bbb416cb9f1a6d51b9c5f96f;hpb=2440adccbc46f22e5d1221bacc3d39512a0251cd;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index f1035b2..f5b8f97 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.2.3 +version: 0.5.3.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.13.0 && < 0.14 + , haskell-lsp == 0.14.* , aeson , aeson-pretty , ansi-terminal @@ -79,7 +79,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.13.0 && < 0.14 + , haskell-lsp == 0.14.* , lsp-test , data-default , aeson