summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-03-28 14:03:51 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-03-28 14:03:51 +0000
commit476e430338afe46542a3696ef561a986d43e76ef (patch)
treec39d222fe6bed7304fa628b912d7a2096866434d /dev-haskell/haddock/haddock-2.6.0.ebuild
parentwhitespace (diff)
downloadhistorical-476e430338afe46542a3696ef561a986d43e76ef.tar.gz
historical-476e430338afe46542a3696ef561a986d43e76ef.tar.bz2
historical-476e430338afe46542a3696ef561a986d43e76ef.zip
Add deps alex and happy to haddock.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/haddock/haddock-2.6.0.ebuild')
-rw-r--r--dev-haskell/haddock/haddock-2.6.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-haskell/haddock/haddock-2.6.0.ebuild b/dev-haskell/haddock/haddock-2.6.0.ebuild
index 3e2b3e1d9f86..57cdce3b1276 100644
--- a/dev-haskell/haddock/haddock-2.6.0.ebuild
+++ b/dev-haskell/haddock/haddock-2.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.6.0.ebuild,v 1.2 2010/01/27 04:11:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.6.0.ebuild,v 1.3 2010/03/28 14:03:51 kolmodin Exp $
CABAL_FEATURES="bin lib"
# don't enable profiling as the 'ghc' package is not built with profiling
@@ -22,6 +22,8 @@ IUSE="doc"
RDEPEND=">=dev-lang/ghc-6.12"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
+ dev-haskell/alex
+ dev-haskell/happy
doc? ( ~app-text/docbook-xml-dtd-4.2
app-text/docbook-xsl-stylesheets
>=dev-libs/libxslt-1.1.2 )"
@@ -56,6 +58,7 @@ src_unpack() {
eautoreconf
fi
+
}
src_compile () {