X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=ecc05342061caa95905773a2f7decc5e10d3fa46;hb=f72d9c66d61a3c55e77dc35226c094d27f131faf;hp=17f78b03185517dcec4034a641e6d7eade4ee80b;hpb=ddc2cdb9d0563dcf30102c8ef41dc6932717a872;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 17f78b0..ecc0534 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.10.3.0 +version: 0.11.0.2 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -7,20 +7,22 @@ description: @Language.Haskell.LSP.Test@ launches your server as a subprocess and allows you to simulate a session down to the wire, and @Language.Haskell.LSP.Test@ can replay captured sessions from . - It's currently used for testing in . + To see examples of it in action, check out , + and + . homepage: https://github.com/bubba/lsp-test#readme license: BSD3 license-file: LICENSE author: Luke Lau maintainer: luke_lau@icloud.com bug-reports: https://github.com/bubba/lsp-test/issues -copyright: 2019 Luke Lau +copyright: 2020 Luke Lau category: Testing 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 @@ -53,6 +55,7 @@ library , Diff , directory , filepath + , Glob >= 0.9 && < 0.11 , lens , mtl , parser-combinators >= 1.2 @@ -83,6 +86,8 @@ executable dummy-server , data-default , aeson , unordered-containers + , directory + , filepath default-language: Haskell2010 scope: private if !flag(DummyServer)