packages feed

hexpat-lens 0.1.4 → 0.1.5

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Text.XML.Expat.Lens.Generic: instance Eq tag => At (NodeG f tag text)
- Text.XML.Expat.Lens.Generic: instance Eq tag => Ixed (NodeG c tag text)
- Text.XML.Expat.Lens.Generic: instance Traversable f => Plated (NodeG f tag text)
- Text.XML.Expat.Lens.Names: instance HasLocalPart NName
- Text.XML.Expat.Lens.Names: instance HasLocalPart QName
+ Text.XML.Expat.Lens.Generic: infixr 9 ./
+ Text.XML.Expat.Lens.Generic: instance Data.Traversable.Traversable f => Control.Lens.Plated.Plated (Text.XML.Expat.Tree.NodeG f tag text)
+ Text.XML.Expat.Lens.Generic: instance GHC.Classes.Eq tag => Control.Lens.At.At (Text.XML.Expat.Tree.NodeG f tag text)
+ Text.XML.Expat.Lens.Generic: instance GHC.Classes.Eq tag => Control.Lens.At.Ixed (Text.XML.Expat.Tree.NodeG c tag text)
+ Text.XML.Expat.Lens.Names: instance Text.XML.Expat.Lens.Names.HasLocalPart Text.XML.Expat.Internal.Namespaced.NName
+ Text.XML.Expat.Lens.Names: instance Text.XML.Expat.Lens.Names.HasLocalPart Text.XML.Expat.Internal.Qualified.QName
+ Text.XML.Expat.Lens.Unqualified: infixr 9 ./
- Text.XML.Expat.Lens.Parse: _HTML :: GenericXMLString text => Iso' ByteString (UNode text)
+ Text.XML.Expat.Lens.Parse: _HTML :: (GenericXMLString text) => Iso' ByteString (UNode text)
- Text.XML.Expat.Lens.Parse: _HTML' :: GenericXMLString text => Iso' ByteString (UNode text)
+ Text.XML.Expat.Lens.Parse: _HTML' :: (GenericXMLString text) => Iso' ByteString (UNode text)
- Text.XML.Expat.Lens.Parse: _HTMLWithOptions :: GenericXMLString text => ParseOptions ByteString -> Iso' ByteString (UNode text)
+ Text.XML.Expat.Lens.Parse: _HTMLWithOptions :: (GenericXMLString text) => ParseOptions ByteString -> Iso' ByteString (UNode text)

Files

hexpat-lens.cabal view
@@ -1,5 +1,5 @@ name:                hexpat-lens-version:             0.1.4+version:             0.1.5 synopsis:            Lenses for Hexpat. description:         A set of lenses for inspecting and manipulating Hexpat data structures. license:             MIT@@ -20,7 +20,7 @@     Text.XML.Expat.Lens.Parse     Text.XML.Expat.Lens.Unqualified   build-depends:       -      base            >= 4.6      && < 4.9+      base            >= 4.6      && < 4.10     , deepseq         >= 1.3      && < 1.5     , bytestring      >= 0.10.0.2 && < 0.11     , hexpat          >= 0.20     && < 0.21