hexpat-lens 0.1.5 → 0.1.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- hexpat-lens.cabal +2/−2
hexpat-lens.cabal view
@@ -1,5 +1,5 @@ name: hexpat-lens-version: 0.1.5+version: 0.1.6 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.10+ base >= 4.6 && <= 4.10 , deepseq >= 1.3 && < 1.5 , bytestring >= 0.10.0.2 && < 0.11 , hexpat >= 0.20 && < 0.21