summaryrefslogtreecommitdiff
path: root/dev-haskell/listlike/files/listlike-4.2.1-QC-2.8.2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/listlike/files/listlike-4.2.1-QC-2.8.2.patch')
-rw-r--r--dev-haskell/listlike/files/listlike-4.2.1-QC-2.8.2.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-haskell/listlike/files/listlike-4.2.1-QC-2.8.2.patch b/dev-haskell/listlike/files/listlike-4.2.1-QC-2.8.2.patch
deleted file mode 100644
index 1615c29047e2..000000000000
--- a/dev-haskell/listlike/files/listlike-4.2.1-QC-2.8.2.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/testsrc/TestInfrastructure.hs b/testsrc/TestInfrastructure.hs
-index f4d574e..d427495 100644
---- a/testsrc/TestInfrastructure.hs
-+++ b/testsrc/TestInfrastructure.hs
-@@ -76,2 +76,3 @@ instance (CoArbitrary i) => CoArbitrary (FM.FMList i) where
-
-+#if ! MIN_VERSION_QuickCheck(2,8,2)
- instance (Arbitrary i) => Arbitrary (S.Seq i) where
-@@ -85,2 +86,3 @@ instance (CoArbitrary i) => CoArbitrary (S.Seq i) where
- coarbitrary l = coarbitrary (LL.toList l)
-+#endif
-