hspec 2.4.1 → 2.4.2
raw patch · 2 files changed
+12/−8 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 +6/−2
- hspec.cabal +6/−6
CHANGES.markdown view
@@ -1,7 +1,11 @@-## Changes 2.4.1+## Changes in 2.4.2+ - Use `--diff` by default+ - Add `--failure-report` (see #266)++## Changes in 2.4.1 - Compatibility with HUnit < 1.3 -## Changes 2.4.0+## Changes in 2.4.0 - Read command-line options from config files `~/.hspec` and `.hspec` - Add support for `--diff` - Add `xit`, `xspecify`, `xdescribe` and `xcontext` (see #252)
hspec.cabal view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.15.0.+-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: hspec-version: 2.4.1+version: 2.4.2 license: MIT license-file: LICENSE copyright: (c) 2011-2017 Simon Hengel,@@ -44,8 +44,8 @@ src build-depends: base == 4.*- , hspec-core == 2.4.1- , hspec-discover == 2.4.1+ , hspec-core == 2.4.2+ , hspec-discover == 2.4.2 , hspec-expectations == 0.8.2.* , transformers >= 0.2.2.0 , QuickCheck >= 2.5.1@@ -75,8 +75,8 @@ Test.Hspec.DiscoverSpec build-depends: base == 4.*- , hspec-core == 2.4.1- , hspec-discover == 2.4.1+ , hspec-core == 2.4.2+ , hspec-discover == 2.4.2 , hspec-expectations == 0.8.2.* , transformers >= 0.2.2.0 , QuickCheck >= 2.5.1