diff options
Diffstat (limited to 'dev-haskell/quickcheck/quickcheck-2.8.1.ebuild')
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.8.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild b/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild index b6f22e236bdc..8a9db261e6aa 100644 --- a/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 # ebuild generated by hackport 0.4.4.9999 -#hackport: flags: +base4,-base3,templatehaskell:template_haskell +#hackport: flags: +base4,-base3,templatehaskell:template-haskell CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -19,7 +19,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="2/${PV}" KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux" -IUSE="+template_haskell" +IUSE="+template-haskell" RDEPEND="dev-haskell/random:=[profile?] >=dev-haskell/tf-random-0.4:=[profile?] @@ -37,5 +37,5 @@ src_configure() { haskell-cabal_src_configure \ --flag=-base3 \ --flag=base4 \ - $(cabal_flag template_haskell templatehaskell) + $(cabal_flag template-haskell templatehaskell) } |