hspec-api 2.11.1 → 2.11.2
raw patch · 3 files changed
+12/−4 lines, 3 filesdep ~hspec-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec-core
API changes (from Hackage documentation)
+ Test.Hspec.Api.Formatters.V3: unlessExpert :: FormatM () -> FormatM ()
Files
- hspec-api.cabal +3/−3
- src/Test/Hspec/Api/Formatters/V3.hs +3/−0
- version.yaml +6/−1
hspec-api.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hspec-api-version: 2.11.1+version: 2.11.2 synopsis: A Testing Framework for Haskell description: This package provides a stable API that can be used to extend Hspec's functionality. category: Testing@@ -39,7 +39,7 @@ ghc-options: -Wall build-depends: base ==4.*- , hspec-core ==2.11.1+ , hspec-core ==2.11.2 , transformers default-language: Haskell2010 @@ -62,6 +62,6 @@ base ==4.* , hspec ==2.* , hspec-api- , hspec-core ==2.11.1+ , hspec-core ==2.11.2 , transformers default-language: Haskell2010
src/Test/Hspec/Api/Formatters/V3.hs view
@@ -85,6 +85,9 @@ , extraChunk , missingChunk +-- ** expert mode+, unlessExpert+ -- ** Helpers , formatLocation , formatException
version.yaml view
@@ -1,1 +1,6 @@-&version 2.11.1+version: &version 2.11.2+synopsis: A Testing Framework for Haskell+maintainer: Simon Hengel <sol@typeful.net>+category: Testing+stability: experimental+homepage: https://hspec.github.io/