json-assertions 1.0.2 → 1.0.3
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~lens
Dependency ranges changed: lens
Files
- changelog +4/−1
- json-assertions.cabal +2/−2
changelog view
@@ -1,3 +1,7 @@+# Version 1.0.3++* Build with lens < 4.3+ # Version 1.0.2 * Build with lens 4.1@@ -6,7 +10,6 @@ * Dropped dependency on `lens-aeson`. Depend on `lens-4.0.*` and `aeson-0.7.*`.- # Version 1.0.0
json-assertions.cabal view
@@ -1,5 +1,5 @@ name: json-assertions-version: 1.0.2+version: 1.0.3 synopsis: Test that your (Aeson) JSON encoding matches your expectations homepage: http://github.com/ocharles/json-assertions.git license: BSD3@@ -19,7 +19,7 @@ base >= 4.5 && < 5, indexed >= 0.1, indexed-free >= 0.3,- lens >= 4.0 && < 4.2,+ lens >= 4.0 && < 4.3, text >= 0.11.3.1 hs-source-dirs: src default-language: Haskell2010