packages feed

xml-conduit-writer 0.1.1.5 → 0.1.1.6

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~xml-conduitPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: xml-conduit

API changes (from Hackage documentation)

- Text.XML.Writer: type XML = Writer (DList Node) ()
+ Text.XML.Writer: type XML = Writer DList Node ()

Files

src/Text/XML/Writer.hs view
@@ -54,6 +54,10 @@ import Control.Monad #endif +#if MIN_VERSION_xml_conduit(1,10,0)+import Text.XML.Stream.Render.Internal (rsPretty)+#endif+ -- | Node container to be rendered as children nodes. type XML = Writer (DL.DList Node) () 
xml-conduit-writer.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                xml-conduit-writer-version:             0.1.1.5+version:             0.1.1.6 synopsis:            Warm and fuzzy creation of XML documents. description:     “It can scarcely be denied that the supreme goal of@@ -11,10 +11,10 @@     .     Check out more examples in test/Main.hs and     look at the results with --enable-tests.-homepage:            https://bitbucket.org/dpwiz/xml-conduit-writer+homepage:            https://gitlab.com/dpwiz/xml-conduit-writer license:             MIT license-file:        LICENSE-copyright:           Alexander Bondarenko 2013+copyright:           Alexander Bondarenko 2013-2025 author:              Alexander Bondarenko maintainer:          aenor.realm@gmail.com category:            Text