packages feed

json-assertions 1.0.4 → 1.0.5

raw patch · 2 files changed

+7/−2 lines, 2 filesdep +lens-aesondep ~lensPVP ok

version bump matches the API change (PVP)

Dependencies added: lens-aeson

Dependency ranges changed: lens

API changes (from Hackage documentation)

Files

changelog view
@@ -1,3 +1,7 @@+# Version 1.0.5++* Build with lens < 4.5+ # Version 1.0.4  * Build with lens < 4.4, aeson < 0.9
json-assertions.cabal view
@@ -1,5 +1,5 @@ name: json-assertions-version: 1.0.4+version: 1.0.5 synopsis: Test that your (Aeson) JSON encoding matches your expectations homepage: http://github.com/ocharles/json-assertions.git license: BSD3@@ -19,7 +19,8 @@     base >= 4.5 && < 5,     indexed >= 0.1,     indexed-free >= 0.3,-    lens >= 4.0 && < 4.4,+    lens >= 4.4 && < 4.5,+    lens-aeson >= 1 && < 1.1,     text >= 0.11.3.1   hs-source-dirs:      src   default-language:    Haskell2010