hspec-discover 2.11.1 → 2.11.2
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~hspec-metaPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec-meta
API changes (from Hackage documentation)
Files
- hspec-discover.cabal +2/−2
- version.yaml +6/−1
hspec-discover.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hspec-discover-version: 2.11.1+version: 2.11.2 license: MIT license-file: LICENSE copyright: (c) 2012-2023 Simon Hengel@@ -77,7 +77,7 @@ , directory , filepath , hspec-discover- , hspec-meta ==2.10.5+ , hspec-meta ==2.11.2 , mockery >=0.3.5 build-tool-depends: hspec-meta:hspec-meta-discover
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/