summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2007-03-17 14:11:19 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2007-03-17 14:11:19 +0000
commit34a481292837a32f3e16ef6fcdc3acd3fbfcec20 (patch)
tree1d8608f12bd691f06aedfd78201a2fc56ec52214 /dev-haskell/xhtml/xhtml-2006.9.13.ebuild
parentfix audacious dependency, amd64 stable (diff)
downloadhistorical-34a481292837a32f3e16ef6fcdc3acd3fbfcec20.tar.gz
historical-34a481292837a32f3e16ef6fcdc3acd3fbfcec20.tar.bz2
historical-34a481292837a32f3e16ef6fcdc3acd3fbfcec20.zip
Add modular lib to ghc 6.6. See bug 151012
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'dev-haskell/xhtml/xhtml-2006.9.13.ebuild')
-rw-r--r--dev-haskell/xhtml/xhtml-2006.9.13.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-haskell/xhtml/xhtml-2006.9.13.ebuild b/dev-haskell/xhtml/xhtml-2006.9.13.ebuild
new file mode 100644
index 000000000000..dccee2454c74
--- /dev/null
+++ b/dev-haskell/xhtml/xhtml-2006.9.13.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-2006.9.13.ebuild,v 1.1 2007/03/17 14:11:19 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+GHC_PV=6.6
+
+DESCRIPTION="XHTML combinator library for haskell"
+HOMEPAGE="http://haskell.org/ghc/"
+SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=virtual/ghc-6.6"
+
+S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"