summaryrefslogtreecommitdiff
path: root/debian/patches/patch-duplicate-arbitrary-instance-out-o.patch
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-02 18:21:29 +0000
committerSean Whitton <spwhitton@spwhitton.name>2020-01-02 18:21:29 +0000
commit82194f4c43cd5055d964b60a7c4244376e20f5af (patch)
tree078e887e995a6b0ab5ef20a267d73889f3eaa0eb /debian/patches/patch-duplicate-arbitrary-instance-out-o.patch
parente2a73456824281a8c41813f168b435a95cf7d389 (diff)
downloadgit-repair-82194f4c43cd5055d964b60a7c4244376e20f5af.tar.gz
drop patches merged upstream
Diffstat (limited to 'debian/patches/patch-duplicate-arbitrary-instance-out-o.patch')
-rw-r--r--debian/patches/patch-duplicate-arbitrary-instance-out-o.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/patch-duplicate-arbitrary-instance-out-o.patch b/debian/patches/patch-duplicate-arbitrary-instance-out-o.patch
deleted file mode 100644
index 1334809..0000000
--- a/debian/patches/patch-duplicate-arbitrary-instance-out-o.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Sean Whitton <spwhitton@spwhitton.name>
-Date: Sun, 22 Jul 2018 14:30:36 +0800
-X-Dgit-Generated: 1.20151215-1.2 5e47ead106bebfd076d950934fbe11d9f1ef552c
-Subject: patch duplicate Arbitrary instance out of Utility/QuickCheck.hs
-
-
----
-
---- git-repair-1.20151215.orig/Utility/QuickCheck.hs
-+++ git-repair-1.20151215/Utility/QuickCheck.hs
-@@ -33,9 +33,6 @@ instance (Arbitrary v, Eq v, Ord v) => A
- 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)