hspec-discover 2.11.2 → 2.11.3
raw patch · 2 files changed
+3/−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 +1/−1
hspec-discover.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hspec-discover-version: 2.11.2+version: 2.11.3 license: MIT license-file: LICENSE copyright: (c) 2012-2023 Simon Hengel@@ -77,7 +77,7 @@ , directory , filepath , hspec-discover- , hspec-meta ==2.11.2+ , hspec-meta ==2.11.3 , mockery >=0.3.5 build-tool-depends: hspec-meta:hspec-meta-discover
version.yaml view
@@ -1,4 +1,4 @@-version: &version 2.11.2+version: &version 2.11.3 synopsis: A Testing Framework for Haskell maintainer: Simon Hengel <sol@typeful.net> category: Testing