packages feed

cabal-test-quickcheck 0.1.7 → 0.1.8

raw patch · 2 files changed

+6/−5 lines, 2 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

cabal-test-quickcheck.cabal view
@@ -1,12 +1,12 @@ name:          cabal-test-quickcheck-version:       0.1.7+version:       0.1.8 license:       MIT license-file:  LICENSE author:        Timothy Jones-maintainer:    Timothy Jones <git@zmthy.io>+maintainer:    Timothy Jones <tim@zmthy.net> homepage:      https://github.com/zmthy/cabal-test-quickcheck bug-reports:   https://github.com/zmthy/cabal-test-quickcheck/issues-copyright:     (c) 2013-2016 Timothy Jones+copyright:     (c) 2013-2017 Timothy Jones category:      Testing build-type:    Simple cabal-version: >= 1.10@@ -30,7 +30,7 @@   build-depends:     base       >= 4.6  && < 5.0,     Cabal      >= 1.16 && < 1.25,-    QuickCheck >= 2.8  && < 2.9+    QuickCheck >= 2.8  && < 2.11  source-repository head   type:     git
src/Distribution/TestSuite/QuickCheck.hs view
@@ -1,4 +1,5 @@-{-# LANGUAGE CPP, NamedFieldPuns #-}+{-# LANGUAGE CPP            #-}+{-# LANGUAGE NamedFieldPuns #-}  ------------------------------------------------------------------------------ -- | Joins the QuickCheck testing library with Cabal's detailed interface.