diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-19 12:26:28 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-20 07:35:21 +0000 |
commit | 728b5331c24047c8822db985c91d00a6facc2170 (patch) | |
tree | cfeea42e7690cce8b091c1fec355255086d576bd /dev-haskell | |
parent | dev-ruby/pkg-config: drop 1.5.1, 1.5.3 (diff) | |
download | gentoo-728b5331c24047c8822db985c91d00a6facc2170.tar.gz gentoo-728b5331c24047c8822db985c91d00a6facc2170.tar.bz2 gentoo-728b5331c24047c8822db985c91d00a6facc2170.zip |
dev-haskell/shelly: Fix IndirectInherits
Explicitly inherit ghc-package eclass.
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/shelly/shelly-1.12.1.ebuild | 2 | ||||
-rw-r--r-- | 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" |