json-assertions 1.0.12 → 1.0.13
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens
API changes (from Hackage documentation)
Files
- changelog +4/−0
- json-assertions.cabal +3/−3
changelog view
@@ -1,3 +1,7 @@+# Version 1.0.13 -- 2018-07-06++* Build with lens < 4.18+ # Version 1.0.12 * Increase upper bound of `aeson`
json-assertions.cabal view
@@ -1,12 +1,12 @@ name: json-assertions-version: 1.0.12+version: 1.0.13 synopsis: Test that your (Aeson) JSON encoding matches your expectations homepage: http://github.com/ocharles/json-assertions.git license: BSD3 license-file: LICENSE author: Oliver Charles maintainer: ollie@ocharles.org.uk-copyright: Oliver Charles (c) 2013+copyright: Oliver Charles (c) 2018 category: Testing build-type: Simple cabal-version: >=1.10@@ -19,7 +19,7 @@ base >= 4.5 && < 5, indexed >= 0.1, indexed-free >= 0.3,- lens >= 4.4 && < 4.17,+ lens >= 4.4 && < 4.18, lens-aeson >= 1 && < 1.1, text >= 0.11.3.1 hs-source-dirs: src