<name>Gentoo Haskell</name>
</maintainer>
<use>
- <flag name="template_haskell">Enable Template Haskell support.</flag>
+ <flag name="template-haskell">Enable Template Haskell support.</flag>
</use>
<longdescription>
This package uses template-haskell for determining source code locations of messages.
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
-IUSE="+template_haskell"
+IUSE="+template-haskell"
RDEPEND="dev-haskell/blaze-builder:=[profile?]
>=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
src_configure() {
haskell-cabal_src_configure \
- $(cabal_flag template_haskell template_haskell)
+ $(cabal_flag template-haskell template_haskell)
}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
-IUSE="+template_haskell"
+IUSE="+template-haskell"
RDEPEND="dev-haskell/blaze-builder:=[profile?]
>=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
src_configure() {
haskell-cabal_src_configure \
- $(cabal_flag template_haskell template_haskell)
+ $(cabal_flag template-haskell template_haskell)
}
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
-IUSE="+template_haskell"
+IUSE="+template-haskell"
RDEPEND="dev-haskell/blaze-builder:=[profile?]
>=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
src_configure() {
haskell-cabal_src_configure \
- $(cabal_flag template_haskell template_haskell)
+ $(cabal_flag template-haskell template_haskell)
}