diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-06-14 17:33:54 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-06-14 17:33:54 +0000 |
commit | 2abe6046a12066a3a43bacabae1ddc0ac9295908 (patch) | |
tree | 79a164efcbf68de7bbe249368755679504c7347c /dev-haskell/haskell-src-exts | |
parent | Marked ~x64-macos, bug #323945, add Prefix keywords to 1.1.2 (diff) | |
download | gentoo-2-2abe6046a12066a3a43bacabae1ddc0ac9295908.tar.gz gentoo-2-2abe6046a12066a3a43bacabae1ddc0ac9295908.tar.bz2 gentoo-2-2abe6046a12066a3a43bacabae1ddc0ac9295908.zip |
Version bump dev-haskell/haskell-src-exts.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/haskell-src-exts')
-rw-r--r-- | dev-haskell/haskell-src-exts/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/haskell-src-exts/haskell-src-exts-1.9.0.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-haskell/haskell-src-exts/ChangeLog b/dev-haskell/haskell-src-exts/ChangeLog index 0e0a500d33f9..11a6e71c4cc0 100644 --- a/dev-haskell/haskell-src-exts/ChangeLog +++ b/dev-haskell/haskell-src-exts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/haskell-src-exts -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src-exts/ChangeLog,v 1.11 2007/12/13 05:41:30 dcoutts Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src-exts/ChangeLog,v 1.12 2010/06/14 17:33:54 kolmodin Exp $ + +*haskell-src-exts-1.9.0 (14 Jun 2010) + + 14 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> + +haskell-src-exts-1.9.0.ebuild: + Version bump. Works with ghc 6.12.3. 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> haskell-src-exts-0.2.ebuild: diff --git a/dev-haskell/haskell-src-exts/haskell-src-exts-1.9.0.ebuild b/dev-haskell/haskell-src-exts/haskell-src-exts-1.9.0.ebuild new file mode 100644 index 000000000000..357bfee03596 --- /dev/null +++ b/dev-haskell/haskell-src-exts/haskell-src-exts-1.9.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src-exts/haskell-src-exts-1.9.0.ebuild,v 1.1 2010/06/14 17:33:54 kolmodin Exp $ + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +DESCRIPTION="Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer" +HOMEPAGE="http://code.haskell.org/haskell-src-exts" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RESTRICT="test" + +RDEPEND=">=dev-lang/ghc-6.6.1 + >=dev-haskell/cpphs-1.3" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2 + >=dev-haskell/happy-1.17" |