summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/xhtml')
-rw-r--r--dev-haskell/xhtml/ChangeLog10
-rw-r--r--dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild18
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-haskell/xhtml/ChangeLog b/dev-haskell/xhtml/ChangeLog
index aedbc92203ef..264332fd8087 100644
--- a/dev-haskell/xhtml/ChangeLog
+++ b/dev-haskell/xhtml/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/xhtml
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.16 2008/10/04 00:07:45 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.17 2009/04/17 12:36:33 kolmodin Exp $
+
+*xhtml-3000.2.0.1 (17 Apr 2009)
+
+ 17 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+ +xhtml-3000.2.0.1.ebuild:
+ Version bump. Part of ghc 6.10.2 extralibs
04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> xhtml-3000.0.2.1.ebuild:
Sparc stable --- Bug #230919 and Bug #239368.
diff --git a/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild b/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild
new file mode 100644
index 000000000000..7570b15d0f0b
--- /dev/null
+++ b/dev-haskell/xhtml/xhtml-3000.2.0.1.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/xhtml/xhtml-3000.2.0.1.ebuild,v 1.1 2009/04/17 12:36:33 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="An XHTML 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"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6.1
+ dev-haskell/cabal"