Handle text document change events with VFS
[opengl.git] / haskell-lsp-test.cabal
index 256106f248c4cef4d6bca8708c0f28597abd0031..51f5fb94ff2762da84d2164ac6c758da878fc02b 100644 (file)
@@ -32,13 +32,12 @@ library
                      , lens
                      , parser-combinators
                      , process >= 1.6.3
-                     , random
                      , text
                      , transformers
-                     , uuid
                      , unordered-containers
+                     , yi-rope
   if os(windows)
-    build-depends:     win32
+    build-depends:     Win32
   else
     build-depends:     unix
   other-modules:       Language.Haskell.LSP.Test.Compat
@@ -63,6 +62,8 @@ test-suite tests
                      , haskell-lsp
                      , conduit
                      , conduit-parse
+                     , aeson
+                     , unordered-containers
   other-modules:       ParsingTests
   default-language:    Haskell2010