From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F12AB158094 for ; Sun, 28 Aug 2022 22:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0BE2E098F; Sun, 28 Aug 2022 22:03:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7A44E098F for ; Sun, 28 Aug 2022 22:03:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD2FE340D81 for ; Sun, 28 Aug 2022 22:03:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFC995CB for ; Sun, 28 Aug 2022 22:03:23 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1661724089.0bc380dfdc5405aeb971d64027d17d69789eb80d.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailbox-count/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailbox-count/Manifest net-mail/mailbox-count/mailbox-count-0.0.5.ebuild net-mail/mailbox-count/mailbox-count-0.0.6.ebuild X-VCS-Directories: net-mail/mailbox-count/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 0bc380dfdc5405aeb971d64027d17d69789eb80d X-VCS-Branch: master Date: Sun, 28 Aug 2022 22:03:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44afa816-3405-4379-8318-4b64bd583601 X-Archives-Hash: a73e0850264a6d0539c528fdf6a5f54a commit: 0bc380dfdc5405aeb971d64027d17d69789eb80d Author: Michael Orlitzky gentoo org> AuthorDate: Sun Aug 28 21:57:24 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Aug 28 22:01:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc380df net-mail/mailbox-count: add 0.0.6, drop 0.0.5 Signed-off-by: Michael Orlitzky gentoo.org> net-mail/mailbox-count/Manifest | 2 +- .../{mailbox-count-0.0.5.ebuild => mailbox-count-0.0.6.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-mail/mailbox-count/Manifest b/net-mail/mailbox-count/Manifest index d732e867fcb3..82e675aa3c26 100644 --- a/net-mail/mailbox-count/Manifest +++ b/net-mail/mailbox-count/Manifest @@ -1 +1 @@ -DIST mailbox-count-0.0.5.tar.gz 21476 BLAKE2B 3ad79233ae1dbb202bc46c60e8a7d13d5d6820f74e090056f37eacb7b37c2f18498f599603d1ee32a7ac43b5f9931f26aba1780ff5160333c66129889ac6812b SHA512 3c63bd9021f64ba745572907eae8bc25e9ddc7d443d5ab84626dd90f95af71267cbffb9d371f0e308988fbdf14f3a126d93a727d55bf9ee3e02037e687267d26 +DIST mailbox-count-0.0.6.tar.gz 21176 BLAKE2B 655815d463e14ee8c32cc955819d6b95d5359a644fb09433cb8ab303f07a98ce33b4c048be724253f30d8855a921abb5a7a29e62391ef8a1a9288e2f430710fc SHA512 285aeeaa8cfaade6c91a850154772e47aa212f73d1206c3c8262d08a15b95f15ce812152ca5acf79f5390f476ed6af52a73e03af4ab297e1268044a4a9ece6b5 diff --git a/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild b/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild similarity index 94% rename from net-mail/mailbox-count/mailbox-count-0.0.5.ebuild rename to net-mail/mailbox-count/mailbox-count-0.0.6.ebuild index 93789be780e1..77d6b2bd5bdf 100644 --- a/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild +++ b/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild @@ -24,10 +24,10 @@ RDEPEND=" >=dev-haskell/missingh-1.2 >=dev-haskell/tasty-0.8 >=dev-haskell/tasty-hunit-0.8 - >=dev-lang/ghc-8.0 + >=dev-lang/ghc-9.0 " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 + >=dev-haskell/cabal-3.0.0 test? ( >=dev-haskell/doctest-0.9 >=dev-haskell/filemanip-0.3.6 )"