hspec-snap 0.3.2.8 → 0.3.2.9
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~hspec-snapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec-snap
API changes (from Hackage documentation)
Files
- CHANGELOG +4/−0
- hspec-snap.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,7 @@+0.3.2.9 - 2015-5-22 - Typo in previous release (dependency in test suite was wrong).++0.3.2.8 - 2015-5-22 - Add spec/Utils.hs to other-modules so it is included in cabal sdist.+ 0.3.2.7 - 2015-4-26 - Update dependencies (and a LANGUAGE flag) for GHC 7.10. 0.3.2.6 - 2015-4-26 - Rearrange imports to support Stackage LTS 2.4
hspec-snap.cabal view
@@ -1,5 +1,5 @@ name: hspec-snap-version: 0.3.2.8+version: 0.3.2.9 synopsis: A library for testing with Hspec and the Snap Web Framework homepage: https://github.com/dbp/hspec-snap license: BSD3@@ -38,7 +38,7 @@ type: exitcode-stdio-1.0 hs-source-dirs: spec main-is: Main.hs- other-modules: Utils+ other-modules: Utils build-depends: base >= 4.6 && < 4.9 , aeson >= 0.6 && < 0.8.1 , bytestring >= 0.9 && < 0.11@@ -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.7+ build-depends: hspec-snap == 0.3.2.9