You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/listlike/files/listlike-4.2.1-QC-2.8.2.patch

13 lines
478 B

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