diff options
author | Mark Wright <gienah@gentoo.org> | 2015-03-31 01:11:12 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2015-03-31 01:11:12 +0000 |
commit | 3da894528d02bfb6efafcd94dfc6985d3f9f899c (patch) | |
tree | 9c9e0553d4332c51a4c56ce7acf04be3a2250625 /dev-haskell | |
parent | Remove old. (diff) | |
download | gentoo-2-3da894528d02bfb6efafcd94dfc6985d3f9f899c.tar.gz gentoo-2-3da894528d02bfb6efafcd94dfc6985d3f9f899c.tar.bz2 gentoo-2-3da894528d02bfb6efafcd94dfc6985d3f9f899c.zip |
Bump ansi-wl-pprint to 0.6.7.2
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/ansi-wl-pprint/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.2.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-haskell/ansi-wl-pprint/ChangeLog b/dev-haskell/ansi-wl-pprint/ChangeLog index f14321827df2..93061b469f37 100644 --- a/dev-haskell/ansi-wl-pprint/ChangeLog +++ b/dev-haskell/ansi-wl-pprint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/ansi-wl-pprint # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.34 2015/01/26 13:06:49 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.35 2015/03/31 01:11:12 gienah Exp $ + +*ansi-wl-pprint-0.6.7.2 (31 Mar 2015) + + 31 Mar 2015; Mark Wright <gienah@gentoo.org> +ansi-wl-pprint-0.6.7.2.ebuild: + Bump ansi-wl-pprint to 0.6.7.2 26 Jan 2015; Alexander Vershilov <qnikst@gentoo.org> -ansi-wl-pprint-0.6.4.ebuild, ansi-wl-pprint-0.6.7.1.ebuild: diff --git a/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.2.ebuild b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.2.ebuild new file mode 100644 index 000000000000..eacd476bea00 --- /dev/null +++ b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 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.7.2.ebuild,v 1.1 2015/03/31 01:11:12 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="example" + +RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?] <dev-haskell/ansi-terminal-0.7:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2 +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag example example) +} |