hspec-core 2.4.0 → 2.4.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hspec-core.cabal +1/−1
- src/Test/Hspec/Core/Example.hs +1/−1
hspec-core.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hspec-core-version: 2.4.0+version: 2.4.1 license: MIT license-file: LICENSE copyright: (c) 2011-2017 Simon Hengel,
src/Test/Hspec/Core/Example.hs view
@@ -153,7 +153,7 @@ Just loc -> Just $ Location (HUnit.locationFile loc) (HUnit.locationLine loc) (HUnit.locationColumn loc) ExactLocation #endif #else- HUnit.HUnitFailure err -> Failure Nothing err+ HUnit.HUnitFailure err -> Failure Nothing (Reason err) #endif instance Example (a -> Expectation) where