xml-conduit 1.4.0.2 → 1.4.0.3
raw patch · 3 files changed
+9/−1 lines, 3 filesdep ~blaze-markupPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-markup
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Text/XML.hs +4/−0
- xml-conduit.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.4.0.3++* Compatibility with blaze-markup-0.8.0.0 [#95](https://github.com/snoyberg/xml/issues/95)+ ## 1.4.0.2 * Parse XML encoding case-insensitively
Text/XML.hs view
@@ -328,7 +328,11 @@ parent :: B.Html -> B.Html parent = BI.Parent tag open close leaf :: B.Html+#if MIN_VERSION_blaze_markup(0,8,0)+ leaf = BI.Leaf tag open (fromString " />") ()+#else leaf = BI.Leaf tag open (fromString " />")+#endif name = T.unpack $ nameLocalName name' tag = fromString name
xml-conduit.cabal view
@@ -1,5 +1,5 @@ name: xml-conduit-version: 1.4.0.2+version: 1.4.0.3 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>, Aristid Breitkreuz <aristidb@googlemail.com>