commit:     728b5331c24047c8822db985c91d00a6facc2170
Author:     hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Sun Nov 19 19:26:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> 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";

Reply via email to