summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 05:49:14 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 05:49:14 +0000
commitb288b95922c4f18781f8c3ee7f59998a09b2e9ea (patch)
tree2ae097aee34a6a3467c88d0ac4164c62428ec466 /dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
parentUpdates for upward compatability with cabal-1.2 and ghc-6.8 (diff)
downloadgentoo-2-b288b95922c4f18781f8c3ee7f59998a09b2e9ea.tar.gz
gentoo-2-b288b95922c4f18781f8c3ee7f59998a09b2e9ea.tar.bz2
gentoo-2-b288b95922c4f18781f8c3ee7f59998a09b2e9ea.zip
Updates for upward compatability with cabal-1.2 and ghc-6.8
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/quickcheck/quickcheck-1.0.1.ebuild')
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.0.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
index 7ff2ccf14cc9..1352979991ea 100644
--- a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild,v 1.5 2007/12/12 14:01:52 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild,v 1.6 2007/12/13 05:49:14 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal
@@ -21,8 +21,7 @@ DEPEND=">=dev-lang/ghc-6.6"
S="${WORKDIR}/ghc-${GHC_PV}/libraries/${MY_PN}"
-# Sadly Setup.hs in the ghc-6.6.1 extralibs was not tested with Cabal-1.1.6.x
src_unpack() {
unpack "${A}"
- sed -i -e "/type Hook/ s/UserHooks/Maybe UserHooks/" "${S}/Setup.hs"
+ cabal-mksetup
}