packages feed

xml-html-conduit-lens 0.3.0.0 → 0.3.1.0

raw patch · 3 files changed

+9/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Text.Xml.Lens: data ParseSettings :: *
+ Text.Xml.Lens: data RenderSettings :: *

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+0.3.1.0+=======++  * Re-export `ParseSettings` and `RenderSettings`+ 0.3.0.0 ======= 
src/Text/Xml/Lens.hs view
@@ -17,6 +17,8 @@   , prolog   , epilog   , AsXmlDocument(..)+  , ParseSettings+  , RenderSettings   , _XmlDocument   , AsHtmlDocument(..)     -- * Doctype
xml-html-conduit-lens.cabal view
@@ -1,5 +1,5 @@ name:                xml-html-conduit-lens-version:             0.3.0.0+version:             0.3.1.0 synopsis:            Optics for xml-conduit and html-conduit description:         Optics for xml-conduit and html-conduit homepage:            https://github.com/supki/xml-html-conduit-lens#readme@@ -21,7 +21,7 @@  source-repository this   type: git-  tag: 0.2.0.0+  tag: 0.3.1.0   location: https://github.com/supki/xml-html-conduit-lens  library