# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 # ebuild generated by hackport 0.5.3 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="A fast concurrent unique identifier supply with a pure API" HOMEPAGE="https://github.com/ekmett/concurrent-supply/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="+test-properties" RDEPEND=">=dev-haskell/hashable-1.1:=[profile?] =dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10 " src_configure() { haskell-cabal_src_configure \ $(cabal_flag test-properties test-properties) }