summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-08-05 19:07:23 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-06 08:41:49 +0100
commit238bbac461afe09a9bd3ba73ad54bce1e7cf7f04 (patch)
treea8f2e40fab35b1150e55ea76c9e1ae63c01812ec /dev-haskell/rio-prettyprint
parentdev-haskell/rio: bump up to 0.1.18.0 (diff)
downloadgentoo-238bbac461afe09a9bd3ba73ad54bce1e7cf7f04.tar.gz
gentoo-238bbac461afe09a9bd3ba73ad54bce1e7cf7f04.tar.bz2
gentoo-238bbac461afe09a9bd3ba73ad54bce1e7cf7f04.zip
dev-haskell/rio-prettyprint: bump up to 0.1.1.0
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/rio-prettyprint-0.1.1.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/rio-prettyprint/Manifest b/dev-haskell/rio-prettyprint/Manifest
index 03395cff4980..e8380b818d0e 100644
--- a/dev-haskell/rio-prettyprint/Manifest
+++ b/dev-haskell/rio-prettyprint/Manifest
@@ -1 +1,2 @@
DIST rio-prettyprint-0.1.0.0.tar.gz 11154 BLAKE2B a9b4dfac2db221fa97f16e4184325d336a705465920d92e283a3d9783524888e3f8c3cec2ec39d08604ad6d8184cc70cf544a32967b53ba5c33c056a0b7ae1d2 SHA512 96599c19f5c49824d5bd76c109e2304153170269ecd4c6595f03705216154750670542110fdab450a7e36db00d6a6a0d3acca30e5c7c24a855760b09703a4658
+DIST rio-prettyprint-0.1.1.0.tar.gz 11503 BLAKE2B a2056a98d28b3313beeef5487e1ee927d058326bba1ee758ce1d5e46b5a8709b1b53c788ce9d57a2c2f7496c097bad4960ac4b7429a553c5121043afcde51b30 SHA512 3f519fa0dd4ea51af565221504358ca5728b9ebe07df8a2b34b83198bb19d6653c048cd45701fed6d99b5204da05449f35c0be8e98df2da1c34ea99023f06bf4
diff --git a/dev-haskell/rio-prettyprint/rio-prettyprint-0.1.1.0.ebuild b/dev-haskell/rio-prettyprint/rio-prettyprint-0.1.1.0.ebuild
new file mode 100644
index 000000000000..fc95a6524cd1
--- /dev/null
+++ b/dev-haskell/rio-prettyprint/rio-prettyprint-0.1.1.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.6
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Pretty-printing for RIO"
+HOMEPAGE="https://github.com/commercialhaskell/rio-prettyprint#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:=[profile?]
+ dev-haskell/annotated-wl-pprint:=[profile?]
+ >=dev-haskell/ansi-terminal-0.9:=[profile?]
+ dev-haskell/cabal:=[profile?]
+ dev-haskell/colour:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ dev-haskell/path:=[profile?]
+ dev-haskell/rio:=[profile?]
+ dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-8.2.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.0.0.2
+"