X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=c6d543c9dd39e9ed1689c84e4ce4f2a16bd3721e;hb=af401b6d0439751d73ea230a219f37eb57286c90;hp=848519233e320a933b50e1b6f81c8794de5a9e19;hpb=bcc33d41eb5f2130c358095528f993bfd7863d8d;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 8485192..c6d543c 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.10.1.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 && < 0.21 + , 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 && < 0.21 + , haskell-lsp >= 0.22 && < 0.23 , lsp-test , data-default , aeson