hspec 2.5.1 → 2.5.2
raw patch · 2 files changed
+10/−6 lines, 2 filesdep ~hspec-coredep ~hspec-discoverPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: hspec-core, hspec-discover
API changes (from Hackage documentation)
- Test.Hspec: context :: () => String -> SpecWith a -> SpecWith a
+ Test.Hspec: context :: HasCallStack => String -> SpecWith a -> SpecWith a
- Test.Hspec: describe :: () => String -> SpecWith a -> SpecWith a
+ Test.Hspec: describe :: HasCallStack => String -> SpecWith a -> SpecWith a
- Test.Hspec: xcontext :: () => String -> SpecWith a -> SpecWith a
+ Test.Hspec: xcontext :: HasCallStack => String -> SpecWith a -> SpecWith a
- Test.Hspec: xdescribe :: () => String -> SpecWith a -> SpecWith a
+ Test.Hspec: xdescribe :: HasCallStack => String -> SpecWith a -> SpecWith a
- Test.Hspec.Discover: describe :: () => String -> SpecWith a -> SpecWith a
+ Test.Hspec.Discover: describe :: HasCallStack => String -> SpecWith a -> SpecWith a
Files
- CHANGES.markdown +4/−0
- hspec.cabal +6/−6
CHANGES.markdown view
@@ -1,3 +1,7 @@+## Changes in 2.5.2+ - Use module:line:column as default label for describe/it (see #250)+ - Warn if user is affected by https://ghc.haskell.org/trac/ghc/ticket/13285 (see #329)+ ## Changes in 2.5.1 - Disable tests for Test.Hspec.Core.Timer (see #352)
hspec.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: cc8037ab82f8277af7aee801270c02aa011721d8f32f563be1520d25c0590137+-- hash: 6935b231b0ab39d6cd6cec5c3e1a562188afb8399a3c60e2be17d1fb7cb8ff1b name: hspec-version: 2.5.1+version: 2.5.2 license: MIT license-file: LICENSE copyright: (c) 2011-2018 Simon Hengel,@@ -48,8 +48,8 @@ , QuickCheck >=2.10 , base ==4.* , call-stack- , hspec-core ==2.5.1- , hspec-discover ==2.5.1+ , hspec-core ==2.5.2+ , hspec-discover ==2.5.2 , hspec-expectations ==0.8.2.* , transformers >=0.2.2.0 exposed-modules:@@ -76,8 +76,8 @@ , call-stack , directory , hspec- , hspec-core ==2.5.1- , hspec-discover ==2.5.1+ , hspec-core ==2.5.2+ , hspec-discover ==2.5.2 , hspec-expectations ==0.8.2.* , hspec-meta >=2.3.2 , stringbuilder