html-conduit 1.2.1 → 1.2.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~xml-conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: xml-conduit
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- html-conduit.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.2.1.1++* Allow xml-conduit 1.4+ ## 1.2.1 * Add strict and lazy text parsing [#66](https://github.com/snoyberg/xml/pull/66)
html-conduit.cabal view
@@ -1,5 +1,5 @@ Name: html-conduit-Version: 1.2.1+Version: 1.2.1.1 Synopsis: Parse HTML documents using xml-conduit datatypes. Description: This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. Homepage: https://github.com/snoyberg/xml@@ -22,7 +22,7 @@ , resourcet >= 0.3 && < 1.2 , conduit >= 1.0 && < 1.3 , conduit-extra >= 1.1.1- , xml-conduit >= 1.3 && < 1.4+ , xml-conduit >= 1.3 && < 1.5 , tagstream-conduit >= 0.5.5.3 && < 0.6 , xml-types >= 0.3 && < 0.4