Remove hie binary check (main slowdown was Hoogle)
[lsp-test.git] / lsp-test.cabal
index dcb6793f5a4c06f5ed06769178919a1952bc3d85..8df74051f2d1e496bdb2f45752a2897b93ed584b 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.9.0.0
+version:             0.10.0.0
 synopsis:            Functional test framework for LSP servers.
 description:
   A test framework for writing tests against
@@ -50,9 +50,8 @@ library
                      , filepath
                      , lens
                      , mtl
-                     , parser-combinators
+                     , parser-combinators >= 1.2
                      , process >= 1.6
-                     , rope-utf16-splay
                      , text
                      , transformers
                      , unordered-containers