hspec 2.6.0 → 2.6.1
raw patch · 3 files changed
+10/−7 lines, 3 filesdep ~QuickCheckdep ~hspec-coredep ~hspec-discoverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, hspec-core, hspec-discover
API changes (from Hackage documentation)
Files
- CHANGES.markdown +3/−0
- LICENSE +1/−1
- hspec.cabal +6/−6
CHANGES.markdown view
@@ -1,3 +1,6 @@+## Changes in 2.6.1+ - Add `Test.Hspec.Runner.runSpec` (see #216)+ ## Changes in 2.6.0 - Allow to focus individual spec items (see #319) - Do not calculate diff on `--no-diff` (see #332)
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2011-2018 Simon Hengel <sol@typeful.net>+Copyright (c) 2011-2019 Simon Hengel <sol@typeful.net> Copyright (c) 2011-2012 Trystan Spangler <trystan.s@comcast.net> Copyright (c) 2011-2011 Greg Weber <greg@gregweber.info>
hspec.cabal view
@@ -4,13 +4,13 @@ -- -- see: https://github.com/sol/hpack ----- hash: f6583555d5f4a1fddb54a7003125379b4bc4dc0603254ef4afbcacfc19ffa3ae+-- hash: 53d6c7be6632aa34a6dff8246ccfa785b73cf0d1222a875e7fbb432d58a47ac7 name: hspec-version: 2.6.0+version: 2.6.1 license: MIT license-file: LICENSE-copyright: (c) 2011-2018 Simon Hengel,+copyright: (c) 2011-2019 Simon Hengel, (c) 2011-2012 Trystan Spangler, (c) 2011 Greg Weber maintainer: Simon Hengel <sol@typeful.net>@@ -44,10 +44,10 @@ hs-source-dirs: src build-depends:- QuickCheck >=2.10+ QuickCheck >=2.12 , base ==4.*- , hspec-core ==2.6.0- , hspec-discover ==2.6.0+ , hspec-core ==2.6.1+ , hspec-discover ==2.6.1 , hspec-expectations ==0.8.2.* exposed-modules: Test.Hspec