json-assertions 1.0.3 → 1.0.4
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~aesondep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, lens
API changes (from Hackage documentation)
Files
- changelog +4/−0
- json-assertions.cabal +3/−3
changelog view
@@ -1,3 +1,7 @@+# Version 1.0.4++* Build with lens < 4.4, aeson < 0.9+ # Version 1.0.3 * Build with lens < 4.3
json-assertions.cabal view
@@ -1,5 +1,5 @@ name: json-assertions-version: 1.0.3+version: 1.0.4 synopsis: Test that your (Aeson) JSON encoding matches your expectations homepage: http://github.com/ocharles/json-assertions.git license: BSD3@@ -15,11 +15,11 @@ library exposed-modules: Test.JSON.Assertions build-depends:- aeson >= 0.7 && < 0.8,+ aeson >= 0.7 && < 0.9, base >= 4.5 && < 5, indexed >= 0.1, indexed-free >= 0.3,- lens >= 4.0 && < 4.3,+ lens >= 4.0 && < 4.4, text >= 0.11.3.1 hs-source-dirs: src default-language: Haskell2010