Add openDoc convenience function
[lsp-test.git] / haskell-lsp-test.cabal
index af514783d604b8483844f1b0fd7c70b96481dbbd..22b43aa4b3e2bb761eeb28b02a712e7685533360 100644 (file)
@@ -21,17 +21,19 @@ library
   build-depends:       base >= 4.7 && < 5
                      , haskell-lsp-types
                      , haskell-lsp
-                     , data-default
-                     , bytestring
                      , aeson
-                     , lens
+                     , bytestring
+                     , conduit-parse
+                     , conduit
+                     , containers
+                     , data-default
+                     , directory
                      , filepath
+                     , lens
+                     , parsers
+                     , process
                      , text
                      , transformers
-                     , parsec
-                     , process
-                     , directory
-                     , containers
                      , unordered-containers
   if os(windows)
     build-depends:     win32
@@ -54,7 +56,7 @@ test-suite tests
                      , lens
                      , directory
                      , haskell-lsp-test
-                     , haskell-lsp-types
+                     , haskell-lsp
   default-language:    Haskell2010
 
 executable example