X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=lsp-test.cabal;h=2274b25aeb28d1d74c582dad116230bcdd648256;hp=17f78b03185517dcec4034a641e6d7eade4ee80b;hb=71f5ececdaa02c87b026c40d70fb55c4a0d05044;hpb=57f01faf8784ed1e09a0937e5f8085923f03e9cd diff --git a/lsp-test.cabal b/lsp-test.cabal index 17f78b0..2274b25 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.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -7,7 +7,9 @@ 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 @@ -53,6 +55,7 @@ library , Diff , directory , filepath + , Glob ^>= 0.10 , 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)