1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Index: b/xmlhtml.cabal
===================================================================
--- a/xmlhtml.cabal
+++ b/xmlhtml.cabal
@@ -840,7 +840,6 @@ Library
blaze-html >= 0.9 && < 0.10,
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.13,
- bytestring-builder >= 0.10.4.0.2 && < 0.11,
containers >= 0.3 && < 1.0,
parsec >= 3.1.2 && < 3.2,
text >= 0.11 && < 2.2,
@@ -870,7 +869,6 @@ Test-suite testsuite
blaze-html,
blaze-markup,
bytestring,
- bytestring-builder,
containers,
directory >= 1.0 && <1.4,
hspec >= 2.4 && <3,
|