mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user