# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.9.0.0.9999 #hackport: flags: -dump-core,-lib-werror CABAL_HACKAGE_REVISION=1 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="An Alternative to Monad Transformers" HOMEPAGE="https://github.com/suhailshergill/extensible-effects" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64" RESTRICT=test # Ambiguous module name ‘Data.Kind’: it was found in multiple packages: base-4.12.0.0 kinds-0.0.1.5 RDEPEND=">=dev-haskell/monad-control-1.0:=[profile?] =dev-haskell/transformers-base-0.4:=[profile?] =dev-lang/ghc-9.0.2:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.4.1.0 test? ( dev-haskell/doctest dev-haskell/hunit dev-haskell/quickcheck >=dev-haskell/silently-1.2 >=dev-haskell/test-framework-0.8 =dev-haskell/test-framework-hunit-0.3 =dev-haskell/test-framework-quickcheck2-0.3 =dev-haskell/test-framework-th-0.2 ) " src_configure() { haskell-cabal_src_configure \ --flag=-dump-core \ --flag=-lib-werror }