hspec-api 2.11.6 → 2.11.7
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~hspec-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec-core
API changes (from Hackage documentation)
Files
- hspec-api.cabal +3/−3
- version.yaml +1/−1
hspec-api.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hspec-api-version: 2.11.6+version: 2.11.7 synopsis: A Testing Framework for Haskell description: This package provides a stable API that can be used to extend Hspec's functionality. category: Testing@@ -41,7 +41,7 @@ ghc-options: -Wall build-depends: base ==4.*- , hspec-core ==2.11.6+ , hspec-core ==2.11.7 , transformers default-language: Haskell2010 @@ -64,6 +64,6 @@ base ==4.* , hspec ==2.* , hspec-api- , hspec-core ==2.11.6+ , hspec-core ==2.11.7 , transformers default-language: Haskell2010
version.yaml view
@@ -1,4 +1,4 @@-version: &version 2.11.6+version: &version 2.11.7 synopsis: A Testing Framework for Haskell author: Simon Hengel <sol@typeful.net> maintainer: Simon Hengel <sol@typeful.net>