summaryrefslogtreecommitdiff
path: root/dev-haskell/annotated-wl-pprint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/annotated-wl-pprint
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/annotated-wl-pprint')
-rw-r--r--dev-haskell/annotated-wl-pprint/Manifest3
-rw-r--r--dev-haskell/annotated-wl-pprint/annotated-wl-pprint-0.7.0.ebuild24
-rw-r--r--dev-haskell/annotated-wl-pprint/metadata.xml14
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-haskell/annotated-wl-pprint/Manifest b/dev-haskell/annotated-wl-pprint/Manifest
new file mode 100644
index 000000000000..738b58815b0c
--- /dev/null
+++ b/dev-haskell/annotated-wl-pprint/Manifest
@@ -0,0 +1,3 @@
+DIST annotated-wl-pprint-0.7.0.tar.gz 10338 SHA256 0c262d7fe13a9a50216438ec882c13e25f31236b886a5692e3c35b85cd773d18 SHA512 1e7ea93a63c500ebb23458202c62ed37eee7f462bbc4c390822de37fd0f411983eed49fed4c69ffb32705519f9aa956131d14ad930f21b48b28c5de5d4095f0a WHIRLPOOL 0a4ac97264a4954b85f58e4b180ade3af1421e7294caa2f2df16234e3f547d8a6cc2ad33cdc14c588eb04dc9bfe78c2d5057dd2d69866b678a52b400cdd41ece
+EBUILD annotated-wl-pprint-0.7.0.ebuild 587 SHA256 831472f2154aba44a02538fd2c9612fde7422fd2a3d40d29feb105bfda62487e SHA512 f1430a327841df61b558c14240996d4a8d8287c56b63207c466065b419e428275120cc5cc5a1fc9a9a32dabe5d1d66db9d8262df91a2890d18c8161f12a1ad6f WHIRLPOOL 252506306066d911ce024fadf9cd6c9dff72b9a49c55dd0141de4e186020a5f4f2112937092897151cb2a0af7a094de3909f298e9500ee42d9123070e137f597
+MISC metadata.xml 563 SHA256 70f6eda1eaa05bef4809ee0aa95aefc193e58a70ba1e0be3513bb945e596d2d8 SHA512 f41d3e734f06d45dbf2fcb5bf9ef403af790fbf3c982ecb33ea81911b2d97e2538adb9e4d66d52978a3ea1fbb6c2a04456dfc377e3e7c8806af493c7020ebba7 WHIRLPOOL 6ffee44a6baa0a8f3998233e9ade65321ee1fcb02c4785c28eab2396000cf8fc466cfc14701d878d33600bb105a23451f20dc978d54fb4b2108d110a29b3c8fa
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</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>