summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-08-01 20:09:05 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-08-01 20:09:05 +0000
commitf657fc63247c8f6ab806d6d0a49533c353f16800 (patch)
treeae2a31c22e0e74aca06501a3fd9ce9af1c27fb41 /dev-haskell/ansi-wl-pprint
parentx86 stable, bug #375775 (diff)
downloadgentoo-2-f657fc63247c8f6ab806d6d0a49533c353f16800.tar.gz
gentoo-2-f657fc63247c8f6ab806d6d0a49533c353f16800.tar.bz2
gentoo-2-f657fc63247c8f6ab806d6d0a49533c353f16800.zip
Version bump.
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/ansi-wl-pprint')
-rw-r--r--dev-haskell/ansi-wl-pprint/ChangeLog8
-rw-r--r--dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.3.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-haskell/ansi-wl-pprint/ChangeLog b/dev-haskell/ansi-wl-pprint/ChangeLog
index 458ea341d6b6..7cbb17ad944c 100644
--- a/dev-haskell/ansi-wl-pprint/ChangeLog
+++ b/dev-haskell/ansi-wl-pprint/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/ansi-wl-pprint
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.9 2011/02/25 13:11:03 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.10 2011/08/01 20:09:05 slyfox Exp $
+
+*ansi-wl-pprint-0.6.3 (01 Aug 2011)
+
+ 01 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org>
+ +ansi-wl-pprint-0.6.3.ebuild:
+ Version bump.
25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
ansi-wl-pprint-0.5.1.ebuild:
diff --git a/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.3.ebuild b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.3.ebuild
new file mode 100644
index 000000000000..a75202e0ac77
--- /dev/null
+++ b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 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.3.ebuild,v 1.1 2011/08/01 20:09:05 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="bin lib profile haddock 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.5*
+ >=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"