hspec 2.4.5 → 2.4.6
raw patch · 2 files changed
+9/−6 lines, 2 filesdep ~basedep ~hspec-coredep ~hspec-discover
Dependency ranges changed: base, hspec-core, hspec-discover
Files
- CHANGES.markdown +3/−0
- hspec.cabal +6/−6
CHANGES.markdown view
@@ -1,3 +1,6 @@+## Changes in 2.4.6+ - compatibility with the upcoming version `4.11.0.0` of `base`+ ## Changes in 2.4.5 - `hspec-discover`: Sort specs using natural sort order
hspec.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: f39894f107ea1cb8e26f0b60c2fa9ae9d1bc538b17823ef2e68757af6268eea1+-- hash: 30a9825e1bfed505eb62eae7711a8d7ea91540607d390023e998bbc2c7a4bb1b name: hspec-version: 2.4.5+version: 2.4.6 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.5- , hspec-discover ==2.4.5+ , hspec-core ==2.4.6+ , hspec-discover ==2.4.6 , hspec-expectations ==0.8.2.* , transformers >=0.2.2.0 exposed-modules:@@ -83,8 +83,8 @@ , call-stack , directory , hspec- , hspec-core ==2.4.5- , hspec-discover ==2.4.5+ , hspec-core ==2.4.6+ , hspec-discover ==2.4.6 , hspec-expectations ==0.8.2.* , hspec-meta >=2.3.2 , stringbuilder