dev-haskell/hake - 9999 (Miezhiko)

Search

Package Information

Description:
scripty thing
Homepage:
https://github.com/Miezhiko/hake
License:
LGPLv2

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 ~x86 0/9999
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal git-r3

MY_PN="hake"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="scripty thing"
HOMEPAGE="https://github.com/Miezhiko/hake"
EGIT_REPO_URI="https://github.com/Miezhiko/hake.git"

LICENSE="LGPLv2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	dev-haskell/base-unicode-symbols:=[profile?]
	dev-haskell/split:=[profile?]
	>=dev-lang/ghc-8.0:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-2.0
"

S="${WORKDIR}/${MY_P}"

src_configure() {
	cabal-mksetup
	haskell-cabal_src_configure
}

Dependencies

DEPEND

	dev-haskell/base-unicode-symbols:=[profile?]
	dev-haskell/split:=[profile?]
	>=dev-lang/ghc-8.0:=

	>=dev-haskell/cabal-2.0

RDEPEND

	dev-haskell/base-unicode-symbols:=[profile?]
	dev-haskell/split:=[profile?]
	>=dev-lang/ghc-8.0:=