From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/foldl/
Date: Tue, 19 Jan 2016 22:29:20 +0000 (UTC) [thread overview]
Message-ID: <1453242541.596babefbafb7f17b29a513584e6dfa0c33ce8cb.slyfox@gentoo> (raw)
commit: 596babefbafb7f17b29a513584e6dfa0c33ce8cb
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 22:09:35 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 22:29:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596babef
dev-haskell/foldl: bump up to 1.1.3
Package-Manager: portage-2.2.27
dev-haskell/foldl/Manifest | 1 +
dev-haskell/foldl/foldl-1.1.3.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-haskell/foldl/Manifest b/dev-haskell/foldl/Manifest
index 3905cb3..aa763ce 100644
--- a/dev-haskell/foldl/Manifest
+++ b/dev-haskell/foldl/Manifest
@@ -3,3 +3,4 @@ DIST foldl-1.0.5.tar.gz 7604 SHA256 88801b0db30cd01a49ea9fc03b45e3859dfac5b6c82d
DIST foldl-1.0.7.tar.gz 8533 SHA256 4991d3a39f10459e47b4c094327e93d437e299cd6225ff57b4d8d1ece28a1d57 SHA512 b2dd75560b48430be67ba11503b7f639739ba83e340a93df37a04f729d42e4fb06c46bb7fc878855737848de67e40988a184d78ff4500ac8d21890ccc112b033 WHIRLPOOL c77d8dac6572b24d1018b8a93251347c4c64bbf478f78875f422375511343bc1d6e133057c3dd0967e2624b4af62958b3d8104714e2b4bc2a1cd3899d96e41be
DIST foldl-1.1.1.tar.gz 9544 SHA256 ef49feba75c927ab2a6b9afcdbe7730463ed379f1681ae12c15a1608c7a2f807 SHA512 36c51b4a406ae6c875353e3238c51fb2121a5b834149ba2fadd509682caf98304edf2413a1ee9aaaf602c894efe76995f084a54a3ffd9ed71979ac8b93fa2e27 WHIRLPOOL e54d09725886ff36b712ace877776687d24e3724614973e756e6822cd574631c35560a77bc3df4f6e40310804d96f08d334bca1ed41cb110bbc4eb268b3a179a
DIST foldl-1.1.2.tar.gz 10388 SHA256 723b62642b0dd95f0fb8e87102552c76755ad18f300c3429b43fa7b56213c17f SHA512 05e5019f78fcd1c34e50d812149ade29948d587a6c5c0ffe561497334f10be7e4c08eb8be44aea14f4b9936986867bd6ce0dfb513d194b712b342b068a7f8e17 WHIRLPOOL 9b1ebbcd819f81bbefa47ee52b7b8340f283d1dad11a375655ebf200ee5e642df4cea6402886f2d87f448e47dcb4f7cd63627b43490e72119c5b82179f023dde
+DIST foldl-1.1.3.tar.gz 10640 SHA256 af81eb42e6530f6f0ba992965c337d89483d755b50c7c94b12325dd793435474 SHA512 a833e9a81f154337ef17dd746dc46175dc8d4862ca4e945dd994004e3891497787df6b6e74a48372e43ca59c1c69b1d2d32a91e2d3ae27673975dc0fcd86da8b WHIRLPOOL a3b7f0dfa529e9b4ef13c340ec1e25c04933f1a7d7f0fd07dd6b2cefc5587e86161266f0ecc278ddbd754ada3f068d979b56f4c00a68e02d21461b45e9b55e46
diff --git a/dev-haskell/foldl/foldl-1.1.3.ebuild b/dev-haskell/foldl/foldl-1.1.3.ebuild
new file mode 100644
index 0000000..0ec9f98
--- /dev/null
+++ b/dev-haskell/foldl/foldl-1.1.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Composable, streaming, and efficient left folds"
+HOMEPAGE="http://hackage.haskell.org/package/foldl"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/comonad-4:=[profile?] <dev-haskell/comonad-5:=[profile?]
+ >=dev-haskell/mwc-random-0.13.1.0:=[profile?] <dev-haskell/mwc-random-0.14:=[profile?]
+ <dev-haskell/primitive-0.7:=[profile?]
+ <dev-haskell/profunctors-5.3:=[profile?]
+ >=dev-haskell/text-0.11.2.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
+ >=dev-haskell/transformers-0.2.0.0:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
+ >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+"
next reply other threads:[~2016-01-19 22:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-19 22:29 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-05 8:22 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/foldl/ Sergei Trofimovich
2022-10-01 3:16 Sam James
2022-10-01 3:16 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1453242541.596babefbafb7f17b29a513584e6dfa0c33ce8cb.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox