X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=lsp-test.cabal;h=68b560bd1d65e770421f928d513e0014d55202ad;hp=1fc743a9cb5b076bb61c7c3f1324701f564651db;hb=8b2c929b82594c3c95a94852a06e9f4a733d40f6;hpb=a7fd35b1582f9816d8caa90a7b2e3aa765fb0446 diff --git a/lsp-test.cabal b/lsp-test.cabal index 1fc743a..68b560b 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.11.0.1 +version: 0.11.0.7 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -22,7 +22,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, GHC == 8.10.1 +tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1 source-repository head type: git @@ -42,8 +42,9 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp >= 0.22 && < 0.23 + , haskell-lsp >= 0.22 && < 0.24 , aeson + , time , aeson-pretty , ansi-terminal , async @@ -55,7 +56,7 @@ library , Diff , directory , filepath - , Glob ^>= 0.10 + , Glob >= 0.9 && < 0.11 , lens , mtl , parser-combinators >= 1.2 @@ -71,7 +72,6 @@ library Language.Haskell.LSP.Test.Decoding Language.Haskell.LSP.Test.Exceptions Language.Haskell.LSP.Test.Files - Language.Haskell.LSP.Test.Messages Language.Haskell.LSP.Test.Parsing Language.Haskell.LSP.Test.Server Language.Haskell.LSP.Test.Session @@ -82,7 +82,7 @@ executable dummy-server hs-source-dirs: test/dummy-server ghc-options: -W build-depends: base >= 4.10 && < 5 - , haskell-lsp + , haskell-lsp >= 0.23 && < 0.24 , data-default , aeson , unordered-containers @@ -101,7 +101,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.22 && < 0.23 + , haskell-lsp >= 0.22 && < 0.24 , lsp-test , data-default , aeson