# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.6.1 #hackport: flags: -lib-werror 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" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" 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-7.8.2:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.18.1.3 test? ( dev-haskell/doctest dev-haskell/hunit dev-haskell/mtl 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 }