# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 # ebuild generated by hackport 0.6.7.9999 #hackport: flags: -lib-werror,test-hunit:test,test-properties:test,test-templates:test,test-doctests:test CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite rebuild-after-doc-workaround" inherit haskell-cabal DESCRIPTION="Lenses, Folds and Traversals" HOMEPAGE="https://github.com/ekmett/lens/" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz https://hackage.haskell.org/package/${P}/revision/3.cabal -> ${PF}.cabal" LICENSE="BSD-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="benchmark-uniplate dump-splices +inlining j safe +trustworthy" RESTRICT=test # Ambiguous occurrence 'foldmap': Vector.foldMap or Foldable.foldMap RDEPEND=">=dev-haskell/base-orphans-0.5.2:=[profile?] =dev-haskell/bifunctors-5.1:=[profile?] =dev-haskell/call-stack-0.1:=[profile?] =dev-haskell/comonad-4:=[profile?] =dev-haskell/contravariant-1.3:=[profile?] =dev-haskell/distributive-0.3:=[profile?] =dev-haskell/exceptions-0.1.1:=[profile?] =dev-haskell/free-4:=[profile?] =dev-haskell/hashable-1.1.2.3:=[profile?] =dev-haskell/kan-extensions-5:=[profile?] =dev-haskell/mtl-2.0.1:=[profile?] =dev-haskell/parallel-3.1.0.1:=[profile?] =dev-haskell/profunctors-5.2.1:=[profile?] =dev-haskell/reflection-2.1:=[profile?] =dev-haskell/semigroupoids-5:=[profile?] =dev-haskell/tagged-0.4.4:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/th-abstraction-0.3:=[profile?] =dev-haskell/transformers-compat-0.4:=[profile?] =dev-haskell/unordered-containers-0.2.4:=[profile?] =dev-haskell/vector-0.9:=[profile?] =dev-lang/ghc-8.4.3:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.2.0.1 >=dev-haskell/cabal-doctest-1 =dev-haskell/hunit-1.2 >=dev-haskell/quickcheck-2.4 >=dev-haskell/test-framework-0.6 >=dev-haskell/test-framework-hunit-0.2 >=dev-haskell/test-framework-quickcheck2-0.2 dev-haskell/generic-deriving dev-haskell/nats >=dev-haskell/semigroups-0.9 >=dev-haskell/simple-reflect-0.3.1 >=dev-haskell/doctest-0.11.4 = 1.10 && <3.3' 'Cabal >= 1.10' } src_prepare() { default cp "${DISTDIR}/${PF}.cabal" "${S}/${PN}.cabal" || die } src_configure() { haskell-cabal_src_configure \ $(cabal_flag benchmark-uniplate benchmark-uniplate) \ $(cabal_flag dump-splices dump-splices) \ $(cabal_flag inlining inlining) \ $(cabal_flag j j) \ --flag=-lib-werror \ $(cabal_flag safe safe) \ $(cabal_flag test test-doctests) \ $(cabal_flag test test-hunit) \ $(cabal_flag test test-properties) \ $(cabal_flag test test-templates) \ $(cabal_flag trustworthy trustworthy) }