diff options
author | 2012-03-04 02:05:58 +0000 | |
---|---|---|
committer | 2012-03-04 02:05:58 +0000 | |
commit | 5312cb5c3b1787a770c478dc86ec58129447af3d (patch) | |
tree | 3db97ab1265479dd7d10fb25a803e9c3741fd2da /dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.4.ebuild | |
parent | Version bump, removed old. Removed 'examples' use flag. Added Johan as (diff) | |
download | gentoo-2-5312cb5c3b1787a770c478dc86ec58129447af3d.tar.gz gentoo-2-5312cb5c3b1787a770c478dc86ec58129447af3d.tar.bz2 gentoo-2-5312cb5c3b1787a770c478dc86ec58129447af3d.zip |
Bump ansi-wl-pprint to 0.6.4
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.4.ebuild')
-rw-r--r-- | dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.4.ebuild b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.4.ebuild new file mode 100644 index 000000000000..12a8f526cb6f --- /dev/null +++ b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.4.ebuild,v 1.1 2012/03/04 02:05:58 gienah Exp $ + +# ebuild generated by hackport 0.2.14 + +EAPI="4" + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="The Wadler/Leijen Pretty Printer for colored ANSI terminal output" +HOMEPAGE="http://github.com/batterseapower/ansi-wl-pprint" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="<dev-haskell/ansi-terminal-0.6[profile?] + >=dev-lang/ghc-6.8.2" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" |