summaryrefslogtreecommitdiff
path: root/dev-haskell/chell-quickcheck/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/chell-quickcheck/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/chell-quickcheck/files')
-rw-r--r--dev-haskell/chell-quickcheck/files/chell-quickcheck-0.2.5-QC-2.9.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-haskell/chell-quickcheck/files/chell-quickcheck-0.2.5-QC-2.9.patch b/dev-haskell/chell-quickcheck/files/chell-quickcheck-0.2.5-QC-2.9.patch
deleted file mode 100644
index 50a2d07f3caa..000000000000
--- a/dev-haskell/chell-quickcheck/files/chell-quickcheck-0.2.5-QC-2.9.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/lib/Test/Chell/QuickCheck.hs b/lib/Test/Chell/QuickCheck.hs
-index 56cbd04..c630320 100644
---- a/lib/Test/Chell/QuickCheck.hs
-+++ b/lib/Test/Chell/QuickCheck.hs
-@@ -103,5 +103,3 @@ maxDiscardedTests :: QuickCheck.Testable prop => QuickCheck.Args -> prop -> Int
- #if MIN_VERSION_QuickCheck(2,5,0)
--maxDiscardedTests args p = if QuickCheck.exhaustive p
-- then QuickCheck.maxDiscardRatio args
-- else QuickCheck.maxDiscardRatio args * QuickCheck.maxSuccess args
-+maxDiscardedTests args _ = QuickCheck.maxDiscardRatio args * QuickCheck.maxSuccess args
- #else