packages feed

hw-hspec-hedgehog 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ HaskellWorks.Hspec.Hedgehog: requireTest :: PropertyT IO () -> Assertion

Files

hw-hspec-hedgehog.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 093b3be17eb7ddd5a09d32ea86a69b40f0f32cb45b9f2ea50fd51e0bb8a0b445+-- hash: 456f8407f0b42934bd3c961a7aa20942fd4bf363d74191a51c898e6e64777ef4  name:           hw-hspec-hedgehog-version:        0.1.0.3+version:        0.1.0.4 synopsis:       Interoperability between hspec and hedgehog description:    Some functions to use hedgehog from hspec category:       Web
src/HaskellWorks/Hspec/Hedgehog.hs view
@@ -4,6 +4,7 @@ module HaskellWorks.Hspec.Hedgehog   ( require   , requireProperty+  , requireTest   ) where  import Control.Monad          (unless)