commit:     6a8dc0407c2ee63d71cadb73a894d1624c97fe81
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 21:28:18 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 21:28:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8dc040

dev-haskell/hashed-storage: tweak for QC-2.8.2

Package-Manager: portage-2.2.27

 .../files/hashed-storage-0.5.11-QC-2.8.2.patch           | 16 ++++++++++++++++
 dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild  |  1 +
 2 files changed, 17 insertions(+)

diff --git 
a/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-QC-2.8.2.patch 
b/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-QC-2.8.2.patch
new file mode 100644
index 0000000..1a001e7
--- /dev/null
+++ b/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-QC-2.8.2.patch
@@ -0,0 +1,16 @@
+diff --git a/Storage/Hashed/Test.hs b/Storage/Hashed/Test.hs
+index d3cab6f..7f8291e 100644
+--- a/Storage/Hashed/Test.hs
++++ b/Storage/Hashed/Test.hs
+@@ -1,2 +1,2 @@
+-{-# LANGUAGE ScopedTypeVariables, FlexibleInstances #-}
++{-# LANGUAGE ScopedTypeVariables, FlexibleInstances, CPP #-}
+ module Storage.Hashed.Test( tests ) where
+@@ -464,2 +464,3 @@ posix = [ testCase "getFileStatus" $ check_stat 
Posix.getFileStatus
+ 
++#if ! MIN_VERSION_QuickCheck(2,8,2)
+ instance (Arbitrary a, Ord a) => Arbitrary (S.Set a)
+@@ -469,2 +470,3 @@ instance (Arbitrary k, Arbitrary v, Ord k) => Arbitrary 
(M.Map k v)
+     where arbitrary = M.fromList `fmap` arbitrary
++#endif
+ 

diff --git a/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild 
b/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild
index 094a567..fb72b5e 100644
--- a/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild
+++ b/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild
@@ -39,6 +39,7 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-ghc-7.10.patch
+       epatch "${FILESDIR}"/${P}-QC-2.8.2.patch
 }
 
 src_configure() {

Reply via email to