mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 22:53:31 +02:00
Depends on dev-haskell/* packages, which are losing stable keywords. Signed-off-by: Matt Turner <mattst88@gentoo.org>
27 lines
576 B
Bash
27 lines
576 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
# ebuild generated by hackport 0.6.7.9999
|
|
|
|
CABAL_FEATURES=""
|
|
inherit haskell-cabal
|
|
|
|
DESCRIPTION="Whitespace, an esoteric programming language"
|
|
HOMEPAGE="https://github.com/haroldl/whitespace-nd"
|
|
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="dev-haskell/random:=
|
|
>=dev-lang/ghc-7.4.1:=
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
>=dev-haskell/cabal-1.2
|
|
"
|
|
|
|
PATCHES=("${FILESDIR}"/${P}-ghc-7.10.patch)
|