2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-12 00:02:41 +03:00
Files
gentoo/dev-haskell/xml/xml-1.3.14.ebuild
Mark Wright 2a65d2ef57 dev-haskell/xml: Remove empty IUSE=""
Signed-off-by: Mark Wright <gienah@gentoo.org>
2026-01-12 16:03:58 +11:00

25 lines
549 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.4.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A simple XML library"
HOMEPAGE="http://code.galois.com"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="dev-haskell/text:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"