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 C876B158020 for ; Fri, 25 Nov 2022 21:57:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15AC8E0A5B; Fri, 25 Nov 2022 21:57:16 +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 AD8A2E0A5B for ; Fri, 25 Nov 2022 21:57:16 +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 CC8733414A5 for ; Fri, 25 Nov 2022 21:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3931F76A for ; Fri, 25 Nov 2022 21:57:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1669413393.25c1e1d69411de325dc424ff16fc8b35e6e7f13e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/stm/stm-2.5.0.1.ebuild X-VCS-Directories: dev-haskell/stm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 25c1e1d69411de325dc424ff16fc8b35e6e7f13e X-VCS-Branch: master Date: Fri, 25 Nov 2022 21:57:13 +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: 53157e4c-2f7e-489f-a8d3-6897bfd50169 X-Archives-Hash: 5bb58f3f2a8f128cfa1c043f22957db0 commit: 25c1e1d69411de325dc424ff16fc8b35e6e7f13e Author: Jack Todaro posteo org> AuthorDate: Wed Nov 23 07:38:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 25 21:56:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c1e1d6 dev-haskell/stm: adjust core lib markings Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sam James gentoo.org> dev-haskell/stm/stm-2.5.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/stm/stm-2.5.0.1.ebuild b/dev-haskell/stm/stm-2.5.0.1.ebuild index 8e9858230b3e..eee72e5f0f31 100644 --- a/dev-haskell/stm/stm-2.5.0.1.ebuild +++ b/dev-haskell/stm/stm-2.5.0.1.ebuild @@ -25,4 +25,4 @@ DEPEND="${RDEPEND} # ghc-9.0.1 and ghc-9.0.2 actually bundles stm-2.5.0.0, but downgrades can be messy. # Mark as bundled as a workaround. -CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2" +CABAL_CORE_LIB_GHC_PV="8.10.6 9.0.2"