summaryrefslogtreecommitdiff
path: root/devel/hs-git-annex/files/patch-Utility_QuickCheck.hs
diff options
context:
space:
mode:
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)