hspec-snap 0.3.2.2 → 0.3.2.3
raw patch · 2 files changed
+10/−6 lines, 2 filesdep ~hspecdep ~hspec-coredep ~hspec-snapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec, hspec-core, hspec-snap
API changes (from Hackage documentation)
Files
- CHANGELOG +4/−0
- hspec-snap.cabal +6/−6
CHANGELOG view
@@ -1,3 +1,7 @@+0.3.2.3 - 2015-2-27 - Loosen hspec bound.++0.3.2.2 - 2015-1-3 - Loosen text and lens bound.+ 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
hspec-snap.cabal view
@@ -1,5 +1,5 @@ name: hspec-snap-version: 0.3.2.2+version: 0.3.2.3 synopsis: A library for testing with Hspec and the Snap Web Framework homepage: https://github.com/dbp/hspec-snap license: BSD3@@ -22,8 +22,8 @@ , bytestring >= 0.9 && < 0.11 , containers >= 0.4 && < 0.6 , digestive-functors >= 0.7 && < 0.8- , hspec >= 2.0 && < 2.1- , hspec-core >= 2.0 && < 2.1+ , hspec >= 2.0 && < 2.2+ , hspec-core >= 2.0 && < 2.2 , hxt >= 9.3 && < 9.4 , HandsomeSoup >= 0.3 && < 0.4 , lens >= 3.10 && < 4.6@@ -43,8 +43,8 @@ , bytestring >= 0.9 && < 0.11 , containers >= 0.4 && < 0.6 , digestive-functors >= 0.7 && < 0.8- , hspec >= 2.0 && < 2.1- , hspec-core >= 2.0 && < 2.1+ , hspec >= 2.0 && < 2.2+ , hspec-core >= 2.0 && < 2.2 , hxt >= 9.3 && < 9.4 , HandsomeSoup >= 0.3 && < 0.4 , lens >= 3.10 && < 4.5@@ -55,4 +55,4 @@ , text >= 0.11 && < 1.3 , transformers >= 0.3 && < 0.5 , directory >= 1.2 && < 1.3- build-depends: hspec-snap == 0.3.2.1+ build-depends: hspec-snap == 0.3.2.2