Add test for document change tracking
[lsp-test.git] / haskell-lsp-test.cabal
index 256106f248c4cef4d6bca8708c0f28597abd0031..9fb63a305ecb7e48d7bfdcf5297998cd045c50ba 100644 (file)
@@ -32,13 +32,11 @@ library
                      , lens
                      , parser-combinators
                      , process >= 1.6.3
-                     , random
                      , text
                      , transformers
-                     , uuid
                      , unordered-containers
   if os(windows)
-    build-depends:     win32
+    build-depends:     Win32
   else
     build-depends:     unix
   other-modules:       Language.Haskell.LSP.Test.Compat
@@ -63,6 +61,8 @@ test-suite tests
                      , haskell-lsp
                      , conduit
                      , conduit-parse
+                     , aeson
+                     , unordered-containers
   other-modules:       ParsingTests
   default-language:    Haskell2010