hexpat-lens 0.1.7 → 0.1.8
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +4/−0
- hexpat-lens.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # hexpat-lens changelog +## 0.1.8 -- 2019-01-09++- Bump base upper bound to build on GHC 8.6.+ ## 0.1.7 -- 2018-06-15 ### Other Changes
hexpat-lens.cabal view
@@ -1,5 +1,5 @@ name: hexpat-lens-version: 0.1.7+version: 0.1.8 synopsis: Lenses for Hexpat. description: A set of lenses for inspecting and manipulating Hexpat data structures. license: MIT@@ -21,8 +21,8 @@ Text.XML.Expat.Lens.Names Text.XML.Expat.Lens.Parse Text.XML.Expat.Lens.Unqualified- build-depends: - base >= 4.6 && < 4.12+ build-depends:+ base >= 4.6 && < 4.13 , deepseq >= 1.3 && < 1.5 , bytestring >= 0.10.0.2 && < 0.11 , hexpat >= 0.20 && < 0.21