From 728b5331c24047c8822db985c91d00a6facc2170 Mon Sep 17 00:00:00 2001 From: hololeap Date: Sun, 19 Nov 2023 12:26:28 -0700 Subject: [PATCH] dev-haskell/shelly: Fix IndirectInherits Explicitly inherit ghc-package eclass. Signed-off-by: hololeap Signed-off-by: Sam James --- 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 b1b5c52364913..5cfdf4924b833 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 9d511cbf704ac..e82add5aa2a43 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"