X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=c6d543c9dd39e9ed1689c84e4ce4f2a16bd3721e;hb=af401b6d0439751d73ea230a219f37eb57286c90;hp=8df74051f2d1e496bdb2f45752a2897b93ed584b;hpb=edd69eeb0b5b055ccbb0e4e1a6035f6cd9aaa551;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 8df7405..c6d543c 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.10.0.0 +version: 0.10.3.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -20,7 +20,7 @@ build-type: Simple cabal-version: 2.0 extra-source-files: README.md , ChangeLog.md -tested-with: GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3, GHC == 8.6.4, GHC == 8.6.5, GHC == 8.8.1 +tested-with: GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3, GHC == 8.6.4, GHC == 8.6.5, GHC == 8.8.1, GHC == 8.10.1 source-repository head type: git @@ -35,7 +35,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp == 0.19.* + , haskell-lsp >= 0.22 && < 0.23 , aeson , aeson-pretty , ansi-terminal @@ -77,7 +77,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp == 0.19.* + , haskell-lsp >= 0.22 && < 0.23 , lsp-test , data-default , aeson