public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monad-logger/
Date: Thu, 16 Feb 2017 21:57:30 +0000 (UTC)	[thread overview]
Message-ID: <1487282229.3feb32b0d4cf2c943390ea7e45db82264b203874.slyfox@gentoo> (raw)

commit:     3feb32b0d4cf2c943390ea7e45db82264b203874
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 21:34:18 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 21:57:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3feb32b0

dev-haskell/monad-logger: bump up to 0.3.20.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-haskell/monad-logger/Manifest                  |  1 +
 .../monad-logger/monad-logger-0.3.20.1.ebuild      | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-haskell/monad-logger/Manifest b/dev-haskell/monad-logger/Manifest
index 5e6aaf1e4d..26925611f9 100644
--- a/dev-haskell/monad-logger/Manifest
+++ b/dev-haskell/monad-logger/Manifest
@@ -1,2 +1,3 @@
 DIST monad-logger-0.3.17.tar.gz 7871 SHA256 25dd1e420c1bbc83b968cac738a08ebc6d708581a6e190f5e61c8de5e698e1ea SHA512 7905a9cec560e3fbe617e28d9a006d744ae6662a23c4f19807a11c0ca409cf4cf994175d528f000af53804b14ed1beceb8e4c7c4dd9b1a480d506e9455a6e6e0 WHIRLPOOL 430eecb531549cecf52bcd085b9c2412f884e7ee95bc070dcbeda2e311906ca294a01f20e9150b2b909953acc19b9b2270dcba4be3938609ff9ea50fec05a0e4
 DIST monad-logger-0.3.18.tar.gz 8094 SHA256 81497c19d08df93e6de5914f3adf0feecf4fcd9412e3004d2b19b4bfba05497e SHA512 30b309b441a3be81e209e7aabc9cf712d7a436e89833c84d74ae9b1011bb55bab77e728882670ef6877c32657b30b65c09997867ad0318fc4dced8751db90e9c WHIRLPOOL ca09851ba772923a1bf3f19b4d3a20ec4b6dc4909eac41f07d405c26405d948079b3057d890093687f572a3107d4465b474f61df67573bc722aeb21bcd259cc8
+DIST monad-logger-0.3.20.1.tar.gz 9034 SHA256 8e7cd3af6a28c6be29ec184d221c60d745d14142794efbd175077ee3e8c0baad SHA512 f8d70d2620e5f24e283c484215ae1ef3ef7db854ba65b0e16938ab4589d0600543b1f06934e98ba374982433bb831613882280645cea5076f9a9da7bf6426faa WHIRLPOOL e2de6ce0e4ed192c885d782e7f694b91b3830f64a8be34b21b3415d0b5c3e5f15e4803b8431ae17f213939e004435d6638b52cbebb48519457aafe8f072a05b0

diff --git a/dev-haskell/monad-logger/monad-logger-0.3.20.1.ebuild b/dev-haskell/monad-logger/monad-logger-0.3.20.1.ebuild
new file mode 100644
index 0000000000..fd2be3ed36
--- /dev/null
+++ b/dev-haskell/monad-logger/monad-logger-0.3.20.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A class of monads which can log messages"
+HOMEPAGE="https://github.com/kazu-yamamoto/logger"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+template_haskell"
+
+RDEPEND="dev-haskell/blaze-builder:=[profile?]
+	>=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
+	>=dev-haskell/conduit-extra-1.0:=[profile?] <dev-haskell/conduit-extra-1.3:=[profile?]
+	dev-haskell/exceptions:=[profile?]
+	>=dev-haskell/fast-logger-2.0:=[profile?] <dev-haskell/fast-logger-2.5:=[profile?]
+	dev-haskell/lifted-base:=[profile?]
+	dev-haskell/monad-control:=[profile?]
+	dev-haskell/monad-loops:=[profile?]
+	dev-haskell/mtl:=[profile?]
+	>=dev-haskell/resourcet-0.4:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
+	dev-haskell/stm:=[profile?]
+	dev-haskell/stm-chans:=[profile?]
+	dev-haskell/text:=[profile?]
+	dev-haskell/transformers-base:=[profile?]
+	>=dev-haskell/transformers-compat-0.3:=[profile?]
+	>=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.18.1.3
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		$(cabal_flag template_haskell template_haskell)
+}


             reply	other threads:[~2017-02-16 21:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-16 21:57 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-09-22  8:57 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monad-logger/ Sergei Trofimovich
2020-09-12 14:37 Sergei Trofimovich

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=1487282229.3feb32b0d4cf2c943390ea7e45db82264b203874.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