summaryrefslogtreecommitdiff
path: root/dev-haskell/dbus/files/dbus-0.10.12-QC-2.8.2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/dbus/files/dbus-0.10.12-QC-2.8.2.patch')
-rw-r--r--dev-haskell/dbus/files/dbus-0.10.12-QC-2.8.2.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-haskell/dbus/files/dbus-0.10.12-QC-2.8.2.patch b/dev-haskell/dbus/files/dbus-0.10.12-QC-2.8.2.patch
deleted file mode 100644
index 5fbfa1f61981..000000000000
--- a/dev-haskell/dbus/files/dbus-0.10.12-QC-2.8.2.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/tests/DBusTests/Util.hs b/tests/DBusTests/Util.hs
-index cc83cef..972afb1 100644
---- a/tests/DBusTests/Util.hs
-+++ b/tests/DBusTests/Util.hs
-@@ -1,2 +1,2 @@
--{-# LANGUAGE TemplateHaskell #-}
-+{-# LANGUAGE TemplateHaskell, CPP #-}
-
-@@ -194,4 +194,6 @@ countFileDescriptors = liftIO io where
-
-+#if ! MIN_VERSION_QuickCheck(2,8,2)
- instance (Arbitrary a, Ord a) => Arbitrary (Data.Set.Set a) where
- arbitrary = fmap Data.Set.fromList arbitrary
-+#endif
-