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