Initial attempt at updating for singleton-methods
[lsp-test.git] / lsp-test.cabal
index 9eabc8a16b1f106a1189fc46456fc38e54a580aa..2b89d3dccb1f3f7f9c8a4d882e4c778c5d3a5d0e 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.11.0.6
+version:             0.11.0.7
 synopsis:            Functional test framework for LSP servers.
 description:
   A test framework for writing tests against
@@ -44,6 +44,7 @@ library
   build-depends:       base >= 4.10 && < 5
                      , haskell-lsp >= 0.22 && < 0.24
                      , aeson
+                     , time
                      , aeson-pretty
                      , ansi-terminal
                      , async