summaryrefslogtreecommitdiff
path: root/dev-haskell/pretty-show
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/pretty-show
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/pretty-show')
-rw-r--r--dev-haskell/pretty-show/Manifest7
-rw-r--r--dev-haskell/pretty-show/metadata.xml15
-rw-r--r--dev-haskell/pretty-show/pretty-show-1.6.12.ebuild26
-rw-r--r--dev-haskell/pretty-show/pretty-show-1.6.8.2.ebuild26
-rw-r--r--dev-haskell/pretty-show/pretty-show-1.6.9.ebuild26
5 files changed, 100 insertions, 0 deletions
diff --git a/dev-haskell/pretty-show/Manifest b/dev-haskell/pretty-show/Manifest
new file mode 100644
index 000000000000..0f2d20c85d0a
--- /dev/null
+++ b/dev-haskell/pretty-show/Manifest
@@ -0,0 +1,7 @@
+DIST pretty-show-1.6.12.tar.gz 133535 BLAKE2B 401ddd8dd47759ad4c1d07249e991ce0843c31cf19f63697a4a042dcc02e1790cbe32f499d2b7f5684658c32185c46d84cd6cae52dad5ba8cf8e0b6ca136378a SHA512 849eeb2d939bad7ea38f706ae69beccb9e033135d152f7ff0e8b214c0ea89cd7c1c9c1ccafa1025d098c145ddaff6c82a36b9e899bb7b8ae549d52d178a59e23
+DIST pretty-show-1.6.8.2.tar.gz 133160 BLAKE2B 2e24b32f3e9c303b2cfbd3bb8ce210365f1f4c2494ec4c3ad1d833367bcd9d6f20995eec448e0bcdf570b0300d9449563d41ec29c7c3cfa097ec516547d3bdf5 SHA512 673b1fe7745e299cd9c547aec90daaf870d13e52c7d78b472a71e5b86e22bcc3cf3ee8a4f0a88826ade20ed59fcbc623254b71485e928fe8f283d28edd7b4a6e
+DIST pretty-show-1.6.9.tar.gz 126196 BLAKE2B 70c14fc324b1c9ec54eafd0e44f5a93b6ee3f37958a10be8129811c65124801915d189f4c5bcea72ce8cda91572f4d7706daddb7ae70304ad1a0d13631916505 SHA512 8205182584a03777cb04b83b8ebe2e92bdb17ee801ff9ff2947a860175f7415375ca1fb7b433448b14898addcd0e86bf0f9e0a53a37254322625698bed9952be
+EBUILD pretty-show-1.6.12.ebuild 695 BLAKE2B 000bd16edfe02713f9a2dc627e536d1d6fb9c0dc51f810f5e4911ee235e4d5064be1df5698c2c419489494fbfd6ed5f03520b366ebf7aa4e9978eb55b1bc8c3c SHA512 4b353085000258aaaa4c1778b84f34b60482aeda5d0c49cd29145477e0681b32255ac0812b318082af04240e2cb76e991e2027e66e8962faa1aea5779b96c572
+EBUILD pretty-show-1.6.8.2.ebuild 691 BLAKE2B ea20f526e276c06deeb45d833e3f3176efe90f847a1dea6be5efff94b568fea8c4663d29f372218e1f63a265431cfc00784f053016bb6a5f9ad2e7dc8e25a2d9 SHA512 ea28e364e264a9e968672109362303b4198962c93cc40a72f8838b3d8d211fd98961daed997b1cc46f685849416ff2b7147fb2a61cf698cc1443cf23ba20cfe9
+EBUILD pretty-show-1.6.9.ebuild 697 BLAKE2B f7de920769db403dea3662c67785b4b334e8b8d5e85ccd6e022ebaa4d1105fef88bce83264216c1f404bec669a4ed66571919c0a16537ed440d19ed65449a725 SHA512 1f967cce388a22c9a0dc9ebaf5608df4e09ec1500aeaa2e256603f3d623d5f33fb0baf794086ee1d598c63c6a65f0de2da92e2813ca48852d821bff990e0dd6f
+MISC metadata.xml 617 BLAKE2B f3c5a355f4a9d506198431ba777cf086f33386796d78391651c74d397ab7477011400c72391e80fd06761d1442b4ce029ce05c6d1865d30672b1dac8691721d6 SHA512 79ee76d8f4dbf8a78775f6ae5e9a0833a97f23e67217d32f07660a4a3b3d67355090e02f48fe1de1445d509635dd837753096a899e91f0aebb848c4f036f576a
diff --git a/dev-haskell/pretty-show/metadata.xml b/dev-haskell/pretty-show/metadata.xml
new file mode 100644
index 000000000000..9efae39dd8c0
--- /dev/null
+++ b/dev-haskell/pretty-show/metadata.xml
@@ -0,0 +1,15 @@
+<?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>
+ We provide a library and an executable for working with derived 'Show'
+ instances. By using the library, we can parse derived 'Show' instances into a
+ generic data structure. The @ppsh@ tool uses the library to produce
+ human-readable versions of 'Show' instances, which can be quite handy for
+ debugging Haskell programs.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/pretty-show/pretty-show-1.6.12.ebuild b/dev-haskell/pretty-show/pretty-show-1.6.12.ebuild
new file mode 100644
index 000000000000..5b3d80f85758
--- /dev/null
+++ b/dev-haskell/pretty-show/pretty-show-1.6.12.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Tools for working with derived 'Show' instances and generic inspection of values"
+HOMEPAGE="http://wiki.github.com/yav/pretty-show"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/haskell-lexer-1:=[profile?] <dev-haskell/haskell-lexer-2:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ dev-haskell/happy
+"
diff --git a/dev-haskell/pretty-show/pretty-show-1.6.8.2.ebuild b/dev-haskell/pretty-show/pretty-show-1.6.8.2.ebuild
new file mode 100644
index 000000000000..a3df7d7e914b
--- /dev/null
+++ b/dev-haskell/pretty-show/pretty-show-1.6.8.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.3
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Tools for working with derived 'Show' instances and generic inspection of values"
+HOMEPAGE="https://wiki.github.com/yav/pretty-show"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/haskell-lexer-1:=[profile?] <dev-haskell/haskell-lexer-2:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ dev-haskell/happy
+"
diff --git a/dev-haskell/pretty-show/pretty-show-1.6.9.ebuild b/dev-haskell/pretty-show/pretty-show-1.6.9.ebuild
new file mode 100644
index 000000000000..225463d72aad
--- /dev/null
+++ b/dev-haskell/pretty-show/pretty-show-1.6.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Tools for working with derived 'Show' instances and generic inspection of values"
+HOMEPAGE="http://wiki.github.com/yav/pretty-show"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/haskell-lexer-1:=[profile?] <dev-haskell/haskell-lexer-2:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ dev-haskell/happy
+"