hspec-snap 1.0.1.0 → 1.0.2.0
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG +2/−0
- hspec-snap.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,5 @@+1.0.2.0 - 2020-03-05 - Support ghc-8.8.2+ 1.0.1.0 - 2019-05-22 - Support hspec-2.2 through hspec-2.7 1.0.0.0 - 2016-08-06 - Upgrade to snap 1.0
hspec-snap.cabal view
@@ -1,5 +1,5 @@ name: hspec-snap-version: 1.0.1.0+version: 1.0.2.0 synopsis: A library for testing with Hspec and the Snap Web Framework homepage: https://github.com/dbp/hspec-snap license: BSD3@@ -18,7 +18,7 @@ exposed-modules: Test.Hspec.Snap hs-source-dirs: src- build-depends: base >= 4.6 && < 4.13+ build-depends: base >= 4.6 && < 4.14 , aeson >= 0.6 && < 1.5 , bytestring >= 0.9 && < 0.11 , containers >= 0.4 && < 0.7