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 1A167158099 for ; Mon, 20 Nov 2023 07:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 031B52BC019; Mon, 20 Nov 2023 07:36:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D97542BC019 for ; Mon, 20 Nov 2023 07:36:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1431335D12 for ; Mon, 20 Nov 2023 07:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BC2E1164 for ; Mon, 20 Nov 2023 07:36:16 +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: <1700465721.728b5331c24047c8822db985c91d00a6facc2170.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/shelly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/shelly/shelly-1.12.1.ebuild dev-haskell/shelly/shelly-1.9.0.ebuild X-VCS-Directories: dev-haskell/shelly/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 728b5331c24047c8822db985c91d00a6facc2170 X-VCS-Branch: master Date: Mon, 20 Nov 2023 07:36:16 +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: b9d93b8e-5850-4d1f-9058-a0ce91ce8ac5 X-Archives-Hash: 6d540b85af87e129069a99cfdd15a137 commit: 728b5331c24047c8822db985c91d00a6facc2170 Author: hololeap protonmail com> AuthorDate: Sun Nov 19 19:26:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 20 07:35:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728b5331 dev-haskell/shelly: Fix IndirectInherits Explicitly inherit ghc-package eclass. Signed-off-by: hololeap protonmail.com> Signed-off-by: Sam James gentoo.org> dev-haskell/shelly/shelly-1.12.1.ebuild | 2 +- dev-haskell/shelly/shelly-1.9.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/shelly/shelly-1.12.1.ebuild b/dev-haskell/shelly/shelly-1.12.1.ebuild index b1b5c5236491..5cfdf4924b83 100644 --- a/dev-haskell/shelly/shelly-1.12.1.ebuild +++ b/dev-haskell/shelly/shelly-1.12.1.ebuild @@ -7,7 +7,7 @@ EAPI=8 #hackport: flags: build-examples:examples CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal +inherit ghc-package haskell-cabal DESCRIPTION="shell-like (systems) programming in Haskell" HOMEPAGE="https://github.com/gregwebs/Shelly.hs" diff --git a/dev-haskell/shelly/shelly-1.9.0.ebuild b/dev-haskell/shelly/shelly-1.9.0.ebuild index 9d511cbf704a..e82add5aa2a4 100644 --- a/dev-haskell/shelly/shelly-1.9.0.ebuild +++ b/dev-haskell/shelly/shelly-1.9.0.ebuild @@ -9,7 +9,7 @@ EAPI=8 CABAL_HACKAGE_REVISION=3 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal +inherit ghc-package haskell-cabal DESCRIPTION="shell-like (systems) programming in Haskell" HOMEPAGE="https://github.com/yesodweb/Shelly.hs"