packages feed

xmlhtml 0.2.3.1 → 0.2.3.2

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~blaze-htmldep ~blaze-markup

Dependency ranges changed: blaze-html, blaze-markup

Files

test/xmlhtml-testsuite.cabal view
@@ -13,8 +13,8 @@     QuickCheck                 >= 2.3.0.2,     base                       == 4.*,     blaze-builder              >= 0.2      && <0.4,-    blaze-html                 >= 0.5      && <0.7,-    blaze-markup               >= 0.5      && <0.6,+    blaze-html                 >= 0.5      && <0.8,+    blaze-markup               >= 0.5      && <0.7,     bytestring                 >= 0.9      && <0.11,     containers                 >= 0.3      && <0.6,     parsec                     >= 3.1.2    && <3.2,
xmlhtml.cabal view
@@ -1,5 +1,5 @@ Name:                xmlhtml-Version:             0.2.3.1+Version:             0.2.3.2 Synopsis:            XML parser and renderer with HTML 5 quirks mode Description:         Contains renderers and parsers for both XML and HTML 5                      document fragments, which share data structures so that@@ -821,8 +821,8 @@    Build-depends:       base                 >= 4     && < 5,                        blaze-builder        >= 0.2   && < 0.4,-                       blaze-html           >= 0.5   && < 0.7,-                       blaze-markup         >= 0.5   && < 0.6,+                       blaze-html           >= 0.5   && < 0.8,+                       blaze-markup         >= 0.5   && < 0.7,                        bytestring           >= 0.9   && < 0.11,                        containers           >= 0.3   && < 0.6,                        parsec               >= 3.1.2 && < 3.2,