packages feed

hw-hspec-hedgehog 0.1.0.8 → 0.1.0.9

raw patch · 1 files changed

+4/−5 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hw-hspec-hedgehog.cabal view
@@ -1,6 +1,6 @@ cabal-version:  2.2 name:           hw-hspec-hedgehog-version:        0.1.0.8+version:        0.1.0.9 synopsis:       Interoperability between hspec and hedgehog description:    Interoperability between hspec and hedgehog. category:       Test@@ -8,10 +8,10 @@ bug-reports:    https://github.com/haskell-works/hw-hspec-hedgehog/issues author:         John Ky maintainer:     newhoggy@gmail.com-copyright:      2017-2018 John Ky+copyright:      2017-2019 John Ky license:        BSD-3-Clause license-file:   LICENSE-tested-with:    GHC == 8.4.2, GHC == 8.2.2+tested-with:    GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2 build-type:     Simple extra-source-files:     README.md@@ -24,9 +24,8 @@  common hedgehog             { build-depends: hedgehog             >= 0.5        && < 1.1    } common hspec                { build-depends: hspec                >= 2.6        && < 2.8    }-common hw-hspec-hedgehog    { build-depends: hw-hspec-hedgehog    >= 0.1.0.5    && < 0.1.1  } common HUnit                { build-depends: HUnit                >= 1.5        && < 1.7    }-common call-stack           { build-depends: call-stack           >= 0.1        && < 0.2    }+common call-stack           { build-depends: call-stack           >= 0.1        && < 0.3    } common transformers         { build-depends: transformers         >= 0.4        && < 0.6    }  common common