summaryrefslogtreecommitdiff
path: root/devel/hs-git-annex/files/patch-Utility_QuickCheck.hs
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2019-05-09 14:39:30 +0000
committerGleb Popov <arrowd@FreeBSD.org>2019-05-09 14:39:30 +0000
commit6dc2e22e2d89226195d89002a02b431dee6e0e67 (patch)
tree9a88fb63bb22aa2eb4215ec6bb8c45c1aaa2ce61 /devel/hs-git-annex/files/patch-Utility_QuickCheck.hs
parentPrepare for the pending removal of ispec from GENERIC, making sure (diff)
Introduce USES=cabal and use it to build Haskell applications.
PR: 230186 Reviewed by: mat, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19730
Diffstat (limited to 'devel/hs-git-annex/files/patch-Utility_QuickCheck.hs')
-rw-r--r--devel/hs-git-annex/files/patch-Utility_QuickCheck.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/hs-git-annex/files/patch-Utility_QuickCheck.hs b/devel/hs-git-annex/files/patch-Utility_QuickCheck.hs
deleted file mode 100644
index 28ecb91890cb..000000000000
--- a/devel/hs-git-annex/files/patch-Utility_QuickCheck.hs
+++ /dev/null
@@ -1,12 +0,0 @@
---- Utility/QuickCheck.hs.orig 2017-06-12 17:56:05 UTC
-+++ Utility/QuickCheck.hs
-@@ -35,9 +35,6 @@ instance (Arbitrary v, Ord v) => Arbitrary (S.Set v) w
- instance Arbitrary POSIXTime where
- arbitrary = fromInteger <$> nonNegative arbitrarySizedIntegral
-
--instance Arbitrary EpochTime where
-- arbitrary = fromInteger <$> nonNegative arbitrarySizedIntegral
--
- {- Pids are never negative, or 0. -}
- instance Arbitrary ProcessID where
- arbitrary = arbitrarySizedBoundedIntegral `suchThat` (> 0)