xmlhtml 0.2.3.2 → 0.2.3.3
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~basedep ~text
Dependency ranges changed: base, text
Files
- test/xmlhtml-testsuite.cabal +3/−3
- xmlhtml.cabal +2/−2
test/xmlhtml-testsuite.cabal view
@@ -18,9 +18,9 @@ bytestring >= 0.9 && <0.11, containers >= 0.3 && <0.6, parsec >= 3.1.2 && <3.2,- test-framework >= 0.6 && <0.7,- test-framework-hunit >= 0.2.7 && <0.3,- test-framework-quickcheck2 >= 0.2.12.1 && <0.3,+ test-framework >= 0.8.0.3 && <0.9,+ test-framework-hunit >= 0.3 && <0.4,+ test-framework-quickcheck2 >= 0.3 && <0.4, text >= 0.11 && <1.2, unordered-containers >= 0.1.4 && <0.3
xmlhtml.cabal view
@@ -1,5 +1,5 @@ Name: xmlhtml-Version: 0.2.3.2+Version: 0.2.3.3 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@@ -826,7 +826,7 @@ bytestring >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, parsec >= 3.1.2 && < 3.2,- text >= 0.11 && < 1.2,+ text >= 0.11 && < 1.3, unordered-containers >= 0.1.4 && < 0.3 extensions: