hspec-discover 2.8.4 → 2.8.5
raw patch · 2 files changed
+5/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hspec-discover.cabal +4/−4
- version.yaml +1/−1
hspec-discover.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hspec-discover-version: 2.8.4+version: 2.8.5 license: MIT license-file: LICENSE copyright: (c) 2012-2021 Simon Hengel@@ -33,7 +33,7 @@ src ghc-options: -Wall -fno-warn-incomplete-uni-patterns build-depends:- base ==4.*+ base >=4.5.0.0 && <5 , directory , filepath exposed: False@@ -51,7 +51,7 @@ driver main-is: hspec-discover.hs build-depends:- base ==4.*+ base >=4.5.0.0 && <5 , directory , filepath , hspec-discover@@ -73,7 +73,7 @@ Paths_hspec_discover build-depends: QuickCheck >=2.7- , base ==4.*+ , base >=4.5.0.0 && <5 , directory , filepath , hspec-discover
version.yaml view
@@ -1,1 +1,1 @@-&version 2.8.4+&version 2.8.5