summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-04-17 13:57:58 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-04-17 13:57:58 +0000
commitc0f3a604a061c01df956b781b862ed8de37b734a (patch)
tree88de11cbc0981cd38e1a18ffbfd562139233851e /dev-haskell/happy/happy-1.17.ebuild
parentUnmask policykit (diff)
downloadhistorical-c0f3a604a061c01df956b781b862ed8de37b734a.tar.gz
historical-c0f3a604a061c01df956b781b862ed8de37b734a.tar.bz2
historical-c0f3a604a061c01df956b781b862ed8de37b734a.zip
Fix to make happy-1.17 compile with >=cabal-1.6
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/happy/happy-1.17.ebuild')
-rw-r--r--dev-haskell/happy/happy-1.17.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-haskell/happy/happy-1.17.ebuild b/dev-haskell/happy/happy-1.17.ebuild
index acac2e2b0bbe..52efe12444de 100644
--- a/dev-haskell/happy/happy-1.17.ebuild
+++ b/dev-haskell/happy/happy-1.17.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.17.ebuild,v 1.4 2008/10/04 01:16:11 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.17.ebuild,v 1.5 2009/04/17 13:57:58 kolmodin Exp $
CABAL_FEATURES="bin"
CABAL_MIN_VERSION=1.2
@@ -23,6 +23,8 @@ RDEPEND=""
src_unpack() {
unpack ${A}
+ sed -e "s/BuildFlags(..)/BuildFlags(..), buildVerbose/" \
+ -i "${S}/Setup.lhs"
cd "${S}/doc" && eautoconf
}