Skip to content

Commit

Permalink
dev-haskell/annotated-wl-pprint: new package, a depend of dev-haskell…
Browse files Browse the repository at this point in the history
…/stack

The Wadler/Leijen Pretty Printer, with annotation support

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
Sergei Trofimovich committed May 28, 2017
1 parent 4e23ba1 commit 09cfd18
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/annotated-wl-pprint/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST annotated-wl-pprint-0.7.0.tar.gz 10338 SHA256 0c262d7fe13a9a50216438ec882c13e25f31236b886a5692e3c35b85cd773d18 SHA512 1e7ea93a63c500ebb23458202c62ed37eee7f462bbc4c390822de37fd0f411983eed49fed4c69ffb32705519f9aa956131d14ad930f21b48b28c5de5d4095f0a WHIRLPOOL 0a4ac97264a4954b85f58e4b180ade3af1421e7294caa2f2df16234e3f547d8a6cc2ad33cdc14c588eb04dc9bfe78c2d5057dd2d69866b678a52b400cdd41ece
24 changes: 24 additions & 0 deletions dev-haskell/annotated-wl-pprint/annotated-wl-pprint-0.7.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
"
14 changes: 14 additions & 0 deletions dev-haskell/annotated-wl-pprint/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
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.
</longdescription>
</pkgmetadata>

0 comments on commit 09cfd18

Please sign in to comment.