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 3A7AF1382C5 for ; Mon, 15 Mar 2021 09:08:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5147DE0870; Mon, 15 Mar 2021 09:08:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3BA87E0870 for ; Mon, 15 Mar 2021 09:08:05 +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 BE80F340E2C for ; Mon, 15 Mar 2021 09:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84137612 for ; Mon, 15 Mar 2021 09:08:01 +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: <1615799233.b8bb8d6e43be42525fb4a56ec0f0b5cb39e8c7b6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/xhtml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild X-VCS-Directories: dev-haskell/xhtml/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b8bb8d6e43be42525fb4a56ec0f0b5cb39e8c7b6 X-VCS-Branch: master Date: Mon, 15 Mar 2021 09:08:01 +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: ca6c7f16-8f9c-45e0-bd52-f81ab7b70d66 X-Archives-Hash: 8f103edf8f861feed271293e156e56b2 commit: b8bb8d6e43be42525fb4a56ec0f0b5cb39e8c7b6 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 14 11:40:25 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Mar 15 09:07:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bb8d6e dev-haskell/xhtml: mark as ghc-8.10 core library Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild b/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild index 570b8317bb3..373bbe20086 100644 --- a/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild +++ b/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,4 +21,4 @@ RDEPEND=">=dev-lang/ghc-8.4.2:=" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6" -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 PM:8.10.2 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 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:9.0.1 PM:9999"