From 09cfd18ef56b5e2e79b9ca1128a675a55789ba0d Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 28 May 2017 13:10:02 +0100 Subject: dev-haskell/annotated-wl-pprint: new package, a depend of dev-haskell/stack The Wadler/Leijen Pretty Printer, with annotation support Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-haskell/annotated-wl-pprint/Manifest | 1 + .../annotated-wl-pprint-0.7.0.ebuild | 24 ++++++++++++++++++++++ dev-haskell/annotated-wl-pprint/metadata.xml | 14 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 dev-haskell/annotated-wl-pprint/Manifest create mode 100644 dev-haskell/annotated-wl-pprint/annotated-wl-pprint-0.7.0.ebuild create mode 100644 dev-haskell/annotated-wl-pprint/metadata.xml (limited to 'dev-haskell') diff --git a/dev-haskell/annotated-wl-pprint/Manifest b/dev-haskell/annotated-wl-pprint/Manifest new file mode 100644 index 000000000000..30108e23223a --- /dev/null +++ b/dev-haskell/annotated-wl-pprint/Manifest @@ -0,0 +1 @@ +DIST annotated-wl-pprint-0.7.0.tar.gz 10338 SHA256 0c262d7fe13a9a50216438ec882c13e25f31236b886a5692e3c35b85cd773d18 SHA512 1e7ea93a63c500ebb23458202c62ed37eee7f462bbc4c390822de37fd0f411983eed49fed4c69ffb32705519f9aa956131d14ad930f21b48b28c5de5d4095f0a WHIRLPOOL 0a4ac97264a4954b85f58e4b180ade3af1421e7294caa2f2df16234e3f547d8a6cc2ad33cdc14c588eb04dc9bfe78c2d5057dd2d69866b678a52b400cdd41ece diff --git a/dev-haskell/annotated-wl-pprint/annotated-wl-pprint-0.7.0.ebuild b/dev-haskell/annotated-wl-pprint/annotated-wl-pprint-0.7.0.ebuild new file mode 100644 index 000000000000..9fcad81af4f1 --- /dev/null +++ b/dev-haskell/annotated-wl-pprint/annotated-wl-pprint-0.7.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="The Wadler/Leijen Pretty Printer, with annotation support" +HOMEPAGE="https://github.com/david-christiansen/annotated-wl-pprint" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.10.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/annotated-wl-pprint/metadata.xml b/dev-haskell/annotated-wl-pprint/metadata.xml new file mode 100644 index 000000000000..5a30faac9d8f --- /dev/null +++ b/dev-haskell/annotated-wl-pprint/metadata.xml @@ -0,0 +1,14 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + This is a modified version of wl-pprint, which was based on Wadler's + paper "A Prettier Printer". See the haddocks for full info. This + version allows the library user to annotate the text with semantic + information, which can later be rendered in a variety of ways. + + -- cgit v1.2.3-65-gdbad