summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-03-14 18:12:04 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-03-14 18:12:04 +0000
commitbf8d3ceea66982d50c0136f419c786f000e89589 (patch)
treeadb939ee019ecd509db5000cedd74ad346d7b172 /dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild
parentAdd hydra pm, #309353 (diff)
downloadgentoo-2-bf8d3ceea66982d50c0136f419c786f000e89589.tar.gz
gentoo-2-bf8d3ceea66982d50c0136f419c786f000e89589.tar.bz2
gentoo-2-bf8d3ceea66982d50c0136f419c786f000e89589.zip
Initial version of dev-haskell/ansi-wl-pprint
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild')
-rw-r--r--dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild
new file mode 100644
index 000000000000..429645164134
--- /dev/null
+++ b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 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.5.1.ebuild,v 1.1 2010/03/14 18:12:04 kolmodin Exp $
+
+CABAL_FEATURES="bin lib profile haddock"
+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="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.6.1
+ >=dev-haskell/ansi-terminal-0.4.0"
+DEPEND=">=dev-haskell/cabal-1.2
+ ${RDEPEND}"