packages feed

html-conduit 0.1.0.4 → 1.1.0

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~conduitdep ~filesystem-conduitdep ~xml-conduit

Dependency ranges changed: conduit, filesystem-conduit, xml-conduit

Files

html-conduit.cabal view
@@ -1,5 +1,5 @@ Name:                html-conduit-Version:             0.1.0.4+Version:             1.1.0 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@@ -20,10 +20,10 @@                      , containers                      , text                      , resourcet                        >= 0.3            && < 0.5-                     , conduit                          >= 0.5            && < 0.6-                     , filesystem-conduit               >= 0.5            && < 0.6+                     , conduit                          >= 1.0            && < 1.1+                     , filesystem-conduit               >= 1.0                      , system-filepath                  >= 0.4            && < 0.5-                     , xml-conduit                      >= 1.0            && < 1.1+                     , xml-conduit                      >= 1.1            && < 1.2                      , tagstream-conduit                >= 0.4            && < 0.6                      , xml-types                        >= 0.3            && < 0.4