hxt 9.1.3 → 9.1.4
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Text.XML.HXT.Arrow.XmlState: withSubstDTDEntities :: Bool -> SysConfig
+ Text.XML.HXT.Arrow.XmlState: withSubstHTMLEntities :: Bool -> SysConfig
Files
- hxt.cabal +1/−1
- src/Text/XML/HXT/Arrow/XmlState.hs +2/−0
hxt.cabal view
@@ -1,6 +1,6 @@ -- arch-tag: Haskell XML Toolbox main description file Name: hxt-Version: 9.1.3+Version: 9.1.4 Synopsis: A collection of tools for processing XML with Haskell. Description: The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general approach for processing XML with Haskell.
src/Text/XML/HXT/Arrow/XmlState.hs view
@@ -141,6 +141,8 @@ , withShowHaskell , withShowTree , withStrictInput+ , withSubstDTDEntities+ , withSubstHTMLEntities , withTextMode , withTrace , withValidate