packages feed

hspec 2.4.6 → 2.4.7

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~hspec-coredep ~hspec-discoverPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec-core, hspec-discover

API changes (from Hackage documentation)

Files

CHANGES.markdown view
@@ -1,3 +1,7 @@+## Changes in 2.4.7+  - compatibility with `QuickCheck-2.11.3` and up (note that `QuickCheck`+    versions `2.11` to `2.11.2` are not fully supported)+ ## Changes in 2.4.6   - compatibility with the upcoming version `4.11.0.0` of `base` 
hspec.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 30a9825e1bfed505eb62eae7711a8d7ea91540607d390023e998bbc2c7a4bb1b+-- hash: 2626c6ab19a00241981861bd06c1e6d741fea889c1c413384539ff969cc695c1  name:             hspec-version:          2.4.6+version:          2.4.7 license:          MIT license-file:     LICENSE copyright:        (c) 2011-2017 Simon Hengel,@@ -49,8 +49,8 @@     , QuickCheck >=2.5.1     , base ==4.*     , call-stack-    , hspec-core ==2.4.6-    , hspec-discover ==2.4.6+    , hspec-core ==2.4.7+    , hspec-discover ==2.4.7     , hspec-expectations ==0.8.2.*     , transformers >=0.2.2.0   exposed-modules:@@ -83,8 +83,8 @@     , call-stack     , directory     , hspec-    , hspec-core ==2.4.6-    , hspec-discover ==2.4.6+    , hspec-core ==2.4.7+    , hspec-discover ==2.4.7     , hspec-expectations ==0.8.2.*     , hspec-meta >=2.3.2     , stringbuilder