summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2007-03-17 11:56:16 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2007-03-17 11:56:16 +0000
commitc70c558dda6ee8a5ae254f73bf94c15deecc8af2 (patch)
tree0bbc7991b181291934d00003cd4b62f50c915e17 /dev-haskell/mtl/mtl-1.0-r1.ebuild
parentgames-rpg/planshift left the tree today (diff)
downloadhistorical-c70c558dda6ee8a5ae254f73bf94c15deecc8af2.tar.gz
historical-c70c558dda6ee8a5ae254f73bf94c15deecc8af2.tar.bz2
historical-c70c558dda6ee8a5ae254f73bf94c15deecc8af2.zip
Add modular lib to ghc 6.6. See bug 151012
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'dev-haskell/mtl/mtl-1.0-r1.ebuild')
-rw-r--r--dev-haskell/mtl/mtl-1.0-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-haskell/mtl/mtl-1.0-r1.ebuild b/dev-haskell/mtl/mtl-1.0-r1.ebuild
new file mode 100644
index 000000000000..1d6b7dd06287
--- /dev/null
+++ b/dev-haskell/mtl/mtl-1.0-r1.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/mtl/mtl-1.0-r1.ebuild,v 1.1 2007/03/17 11:48:48 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+GHC_PV=6.6
+
+DESCRIPTION="Monad transformer library"
+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="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=virtual/ghc-6.6"
+
+S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"