hspec-snap 0.3.2.0 → 0.3.2.1
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~hspec-snapdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec-snap, lens
API changes (from Hackage documentation)
Files
- CHANGELOG +2/−0
- hspec-snap.cabal +4/−4
CHANGELOG view
@@ -1,3 +1,5 @@+0.3.2.1 - 2014-12-2 - Loosen lens dependency bound.+ 0.3.2.0 - 2014-11-12 - Add JSON response type, and depend on hspec-2.0 (which deprecates the hspec2 package).
hspec-snap.cabal view
@@ -1,5 +1,5 @@ name: hspec-snap-version: 0.3.2.0+version: 0.3.2.1 synopsis: A library for testing with Hspec and the Snap Web Framework homepage: https://github.com/dbp/hspec-snap license: BSD3@@ -26,7 +26,7 @@ , hspec-core >= 2.0 && < 2.1 , hxt >= 9.3 && < 9.4 , HandsomeSoup >= 0.3 && < 0.4- , lens >= 3.10 && < 4.5+ , lens >= 3.10 && < 4.6 , mtl >= 2 && < 3 , snap >= 0.13 && < 0.14 , snap-core >= 0.9 && < 0.10@@ -47,7 +47,7 @@ , hspec-core >= 2.0 && < 2.1 , hxt >= 9.3 && < 9.4 , HandsomeSoup >= 0.3 && < 0.4- , lens >= 3.10 && < 4.5+ , lens >= 3.10 && < 4.6 , mtl >= 2 && < 3 , snap >= 0.13 && < 0.14 , snap-core >= 0.9 && < 0.10@@ -55,4 +55,4 @@ , text >= 0.11 && < 1.2 , transformers >= 0.3 && < 0.5 , directory >= 1.2 && < 1.3- build-depends: hspec-snap == 0.3.2.0+ build-depends: hspec-snap == 0.3.2.1