summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-30 11:36:59 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:02:36 +0100
commit1738a5e980ced9ae21f98aaba45d85c491118767 (patch)
treed55e98572ffa7ee3d1f6f48412795850d59a415a /dev-haskell/rio-prettyprint
parentdev-haskell/path: bump up to 0.7.0 (diff)
downloadgentoo-1738a5e980ced9ae21f98aaba45d85c491118767.tar.gz
gentoo-1738a5e980ced9ae21f98aaba45d85c491118767.tar.bz2
gentoo-1738a5e980ced9ae21f98aaba45d85c491118767.zip
dev-haskell/rio-prettyprint: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/rio-prettyprint')
-rw-r--r--dev-haskell/rio-prettyprint/Manifest1
-rw-r--r--dev-haskell/rio-prettyprint/metadata.xml8
-rw-r--r--dev-haskell/rio-prettyprint/rio-prettyprint-0.1.0.0.ebuild33
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-haskell/rio-prettyprint/Manifest b/dev-haskell/rio-prettyprint/Manifest
new file mode 100644
index 000000000000..03395cff4980
--- /dev/null
+++ b/dev-haskell/rio-prettyprint/Manifest
@@ -0,0 +1 @@
+DIST rio-prettyprint-0.1.0.0.tar.gz 11154 BLAKE2B a9b4dfac2db221fa97f16e4184325d336a705465920d92e283a3d9783524888e3f8c3cec2ec39d08604ad6d8184cc70cf544a32967b53ba5c33c056a0b7ae1d2 SHA512 96599c19f5c49824d5bd76c109e2304153170269ecd4c6595f03705216154750670542110fdab450a7e36db00d6a6a0d3acca30e5c7c24a855760b09703a4658
diff --git a/dev-haskell/rio-prettyprint/metadata.xml b/dev-haskell/rio-prettyprint/metadata.xml
new file mode 100644
index 000000000000..b7878815d80d
--- /dev/null
+++ b/dev-haskell/rio-prettyprint/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
diff --git a/dev-haskell/rio-prettyprint/rio-prettyprint-0.1.0.0.ebuild b/dev-haskell/rio-prettyprint/rio-prettyprint-0.1.0.0.ebuild
new file mode 100644
index 000000000000..0a05fcc0b797
--- /dev/null
+++ b/dev-haskell/rio-prettyprint/rio-prettyprint-0.1.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.1
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Pretty-printing for RIO"
+HOMEPAGE="https://github.com/commercialhaskell/stack#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/aeson-1.2.4.0:=[profile?]
+ >=dev-haskell/annotated-wl-pprint-0.7.0:=[profile?]
+ >=dev-haskell/ansi-terminal-0.9:=[profile?]
+ >=dev-haskell/cabal-2.4.0.1:=[profile?]
+ >=dev-haskell/colour-2.3.4:=[profile?]
+ >=dev-haskell/mtl-2.2.2:=[profile?]
+ >=dev-haskell/path-0.6.1:=[profile?]
+ >=dev-haskell/rio-0.1.9.2:=[profile?]
+ >=dev-haskell/text-1.2.3.0:=[profile?]
+ >=dev-lang/ghc-8.2.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.0.0.2
+"