Switch to conduit based parser
[lsp-test.git] / haskell-lsp-test.cabal
index 7dcbc716ea6338680fb39e1f79c63af24f8c16e7..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