html-conduit 1.1.1 → 1.1.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- html-conduit.cabal +2/−2
html-conduit.cabal view
@@ -1,5 +1,5 @@ Name: html-conduit-Version: 1.1.1+Version: 1.1.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@@ -21,7 +21,7 @@ , text , resourcet >= 0.3 && < 1.2 , conduit >= 1.0 && < 1.3- , conduit-extra+ , conduit-extra >= 1.1.1 , system-filepath >= 0.4 && < 0.5 , xml-conduit >= 1.1 && < 1.3 , tagstream-conduit >= 0.4 && < 0.6