summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 17:23:08 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 17:23:08 +0000
commite67b219327f9a8feb7498dd16b2556902413d46d (patch)
tree16254582a4bff4b02686526420ded5ecf36008d1 /dev-haskell/html/html-1.0.1.1.ebuild
parentNew version. (diff)
downloadgentoo-2-e67b219327f9a8feb7498dd16b2556902413d46d.tar.gz
gentoo-2-e67b219327f9a8feb7498dd16b2556902413d46d.tar.bz2
gentoo-2-e67b219327f9a8feb7498dd16b2556902413d46d.zip
New version.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/html/html-1.0.1.1.ebuild')
-rw-r--r--dev-haskell/html/html-1.0.1.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-haskell/html/html-1.0.1.1.ebuild b/dev-haskell/html/html-1.0.1.1.ebuild
new file mode 100644
index 000000000000..37916b439354
--- /dev/null
+++ b/dev-haskell/html/html-1.0.1.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.1.ebuild,v 1.1 2007/12/13 17:23:07 dcoutts Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="HTML Haskell combinator library."
+HOMEPAGE="http://haskell.org/ghc/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6"