summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-08-02 14:04:54 +0000
committerMark Wright <gienah@gentoo.org>2015-08-02 14:04:54 +0000
commitfeaf0a896d85c2f377169818f148420d54b5440f (patch)
tree07eea0fd38e25afaaf4732f561a210e2777ba37d /dev-haskell
parentAdd network-data (diff)
downloadgentoo-2-feaf0a896d85c2f377169818f148420d54b5440f.tar.gz
gentoo-2-feaf0a896d85c2f377169818f148420d54b5440f.tar.bz2
gentoo-2-feaf0a896d85c2f377169818f148420d54b5440f.zip
Add prettyclass
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/prettyclass/ChangeLog9
-rw-r--r--dev-haskell/prettyclass/metadata.xml10
-rw-r--r--dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild23
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-haskell/prettyclass/ChangeLog b/dev-haskell/prettyclass/ChangeLog
new file mode 100644
index 000000000000..f3f6b5664103
--- /dev/null
+++ b/dev-haskell/prettyclass/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/prettyclass
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/prettyclass/ChangeLog,v 1.1 2015/08/02 14:04:54 gienah Exp $
+
+*prettyclass-1.0.0.0 (02 Aug 2015)
+
+ 02 Aug 2015; Mark Wright <gienah@gentoo.org> +metadata.xml,
+ +prettyclass-1.0.0.0.ebuild:
+ Add prettyclass
diff --git a/dev-haskell/prettyclass/metadata.xml b/dev-haskell/prettyclass/metadata.xml
new file mode 100644
index 000000000000..a10116fb57b4
--- /dev/null
+++ b/dev-haskell/prettyclass/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <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..dcc533b2aa3a
--- /dev/null
+++ b/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild,v 1.1 2015/08/02 14:04:54 gienah Exp $
+
+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"