Make URL absolute in workspace/didChangeWatchedFile
[lsp-test.git] / lsp-test.cabal
index 17f78b03185517dcec4034a641e6d7eade4ee80b..1fc743a9cb5b076bb61c7c3f1324701f564651db 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.10.3.0
+version:             0.11.0.1
 synopsis:            Functional test framework for LSP servers.
 description:
   A test framework for writing tests against
@@ -7,14 +7,16 @@ 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
   <haskell-lsp https://hackage.haskell.org/package/haskell-lsp>.
-  It's currently used for testing in <https://github.com/haskell/haskell-ide-engine haskell-ide-engine>.
+  To see examples of it in action, check out <https://github.com/haskell/haskell-ide-engine haskell-ide-engine>,
+  <https://github.com/haskell/haskell-language-server haskell-language-server> and
+  <https://github.com/digital-asset/ghcide ghcide>.
 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
@@ -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)