Skip to content

Commit

Permalink
prettyclass initial layout
Browse files Browse the repository at this point in the history
  • Loading branch information
qnikst committed Mar 20, 2013
1 parent 0d7819e commit 7370624
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/prettyclass/Manifest
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
DIST prettyclass-1.0.0.0.tar.gz 1542 SHA256 e537446e7a346e5e0872ed8281db2bb0220c737f10757848c901da1399548986 SHA512 f0785e7780f71ee0f8f6b6ca5db6a82f030f75b34f618ff9ee0025032516114769f4cd4e6094b5fefd13e645a7eece9d87b82c2d4c144dddf5093bc2c600af4a WHIRLPOOL 7ecd1ca9520b4b3c143f7727c9d918bae8dba8b02e726600e38212d048dda4e9dfd4ea9aa5b14cd2fd87e470ba05ec1091f77ae4afdd170f471b9e21b264f7f5
13 changes: 13 additions & 0 deletions dev-haskell/prettyclass/metadata.xml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</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>
23 changes: 23 additions & 0 deletions dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

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"

0 comments on commit 7370624

Please sign in to comment.