summaryrefslogtreecommitdiff
path: root/dev-haskell/prettyclass
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/prettyclass
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/prettyclass')
-rw-r--r--dev-haskell/prettyclass/Manifest3
-rw-r--r--dev-haskell/prettyclass/metadata.xml13
-rw-r--r--dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild22
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/prettyclass/Manifest b/dev-haskell/prettyclass/Manifest
new file mode 100644
index 000000000000..3a0d6e14dfa9
--- /dev/null
+++ b/dev-haskell/prettyclass/Manifest
@@ -0,0 +1,3 @@
+DIST prettyclass-1.0.0.0.tar.gz 1542 BLAKE2B b1497565728b2a580f4ff9117a62a2e2013888a07a9893ee207e0392a014373cb17eb9eeff3ce3d30a69dc7d2f5ff6d136e4a00b8bdae3533c8f240658bf6bf4 SHA512 f0785e7780f71ee0f8f6b6ca5db6a82f030f75b34f618ff9ee0025032516114769f4cd4e6094b5fefd13e645a7eece9d87b82c2d4c144dddf5093bc2c600af4a
+EBUILD prettyclass-1.0.0.0.ebuild 553 BLAKE2B eddefa6a850a0d08d339ee6000493ea85de12c5de5d6b3316283e5604661707095a74e3a731ff4491754ea014dd902c8350c7de0438636f4f13c65bfe5f6beea SHA512 3abb38f43cc91c49e893e885949ba4c84bcf2c9ddf8f5cbc20182c0a417ead906119043852bbba6806f4056be0ef6552c432f44da6d555c6070aeda7b53e277e
+MISC metadata.xml 453 BLAKE2B 139092d0f8fa3fd37322909088651724ec6b23f1af548c3bedf86db54418d8c0ed5b94bfbbb339d5163b4cb92ef76d217f9af8af79a495eaefc5ad10d0db8cf1 SHA512 99d14083e2f4a0d9fef1c73379d7acde3b802b014ca31e400c322cb0e6320b0166f7d8a16b277fdffcf6382049d81b5d4277d8ed5d6364c3c432bca0366de465
diff --git a/dev-haskell/prettyclass/metadata.xml b/dev-haskell/prettyclass/metadata.xml
new file mode 100644
index 000000000000..0ca938268b7c
--- /dev/null
+++ b/dev-haskell/prettyclass/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+ Pretty printing class similar to Show, based on the HughesPJ
+ pretty printing library. Provides the pretty printing class
+ and instances for the Prelude types.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild b/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
new file mode 100644
index 000000000000..9680062900ce
--- /dev/null
+++ b/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Pretty printing class similar to Show"
+HOMEPAGE="http://hackage.haskell.org/package/prettyclass"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-0"