xmlhtml 0.2.0.2 → 0.2.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
- Text.XmlHtml: HtmlDocument :: !Encoding -> !Maybe DocType -> ![Node] -> Document
+ Text.XmlHtml: HtmlDocument :: !Encoding -> !(Maybe DocType) -> ![Node] -> Document
- Text.XmlHtml: XmlDocument :: !Encoding -> !Maybe DocType -> ![Node] -> Document
+ Text.XmlHtml: XmlDocument :: !Encoding -> !(Maybe DocType) -> ![Node] -> Document
- Text.XmlHtml: docType :: Document -> !Maybe DocType
+ Text.XmlHtml: docType :: Document -> !(Maybe DocType)
Files
- xmlhtml.cabal +2/−2
xmlhtml.cabal view
@@ -1,5 +1,5 @@ Name: xmlhtml-Version: 0.2.0.2+Version: 0.2.0.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@@ -823,7 +823,7 @@ blaze-builder >= 0.2 && < 0.4, blaze-html >= 0.5 && < 0.6, blaze-markup >= 0.5 && < 0.6,- bytestring >= 0.9 && < 0.10,+ bytestring >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, parsec >= 3.1.2 && < 3.2, text >= 0.11 && < 0.12,