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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9EE1E13933E for ; Sun, 18 Jul 2021 21:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB331E0B83; Sun, 18 Jul 2021 21:08:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8986E0B83 for ; Sun, 18 Jul 2021 21:08:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 845ED342A9D for ; Sun, 18 Jul 2021 21:08:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8B80581 for ; Sun, 18 Jul 2021 21:08:22 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1626642500.9eff179ec7c2f69bc4a5b81d88acfdac24325cd5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/mtl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/mtl/mtl-2.2.2.ebuild X-VCS-Directories: dev-haskell/mtl/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9eff179ec7c2f69bc4a5b81d88acfdac24325cd5 X-VCS-Branch: master Date: Sun, 18 Jul 2021 21:08:22 +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: 4506d242-d68e-4161-89ad-7a0b8e17fbda X-Archives-Hash: f4f0f809453de429889445dc64635ee6 commit: 9eff179ec7c2f69bc4a5b81d88acfdac24325cd5 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 18 21:08:16 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 18 21:08:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eff179e dev-haskell/mtl: mark as bundled with ghc-8.10.5 Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/802795 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/mtl/mtl-2.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/mtl/mtl-2.2.2.ebuild b/dev-haskell/mtl/mtl-2.2.2.ebuild index 573ea637bf8..60b8feb826b 100644 --- a/dev-haskell/mtl/mtl-2.2.2.ebuild +++ b/dev-haskell/mtl/mtl-2.2.2.ebuild @@ -24,4 +24,4 @@ RDEPEND=">=dev-lang/ghc-7.10.1:= " DEPEND="${RDEPEND}" -CABAL_CORE_LIB_GHC_PV="PM:8.4.2_rc1 PM:8.4.2 PM:8.4.3 PM:8.4.4 PM:8.6.1 PM:8.6.2 PM:8.6.3 PM:8.6.4 PM:8.6.5 PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.10.1_alpha1 PM:8.10.1_alpha2 PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:9.0.1 PM:9999" +CABAL_CORE_LIB_GHC_PV="PM:8.4.2_rc1 PM:8.4.2 PM:8.4.3 PM:8.4.4 PM:8.6.1 PM:8.6.2 PM:8.6.3 PM:8.6.4 PM:8.6.5 PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.10.1_alpha1 PM:8.10.1_alpha2 PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:8.10.5 PM:9.0.1 PM:9999"