summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-04-17 12:24:05 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-04-17 12:24:05 +0000
commit5e46ee1053d16e355f51280714f84b5390032834 (patch)
treea8fdcc0f5a50fbbfff4cb2b5427ada5960ad9590 /dev-haskell/html/html-1.0.1.2.ebuild
parentAdding alpha 2.0 developer preview under package.mask; bugs go upstream. (diff)
downloadgentoo-2-5e46ee1053d16e355f51280714f84b5390032834.tar.gz
gentoo-2-5e46ee1053d16e355f51280714f84b5390032834.tar.bz2
gentoo-2-5e46ee1053d16e355f51280714f84b5390032834.zip
Version bump dev-haskell/html-1.0.1.2
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/html/html-1.0.1.2.ebuild')
-rw-r--r--dev-haskell/html/html-1.0.1.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-haskell/html/html-1.0.1.2.ebuild b/dev-haskell/html/html-1.0.1.2.ebuild
new file mode 100644
index 000000000000..fcbf8dc16fb7
--- /dev/null
+++ b/dev-haskell/html/html-1.0.1.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 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.2.ebuild,v 1.1 2009/04/17 12:24:05 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="HTML 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 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6.1
+ dev-haskell/cabal"