Files
gentoo/dev-haskell/string-conversions/string-conversions-0.4.0.1-r1.ebuild
hololeap ca6b31ef85 dev-haskell/string-conversions: Hackage revision bump
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
2026-06-22 20:37:56 +10:00

30 lines
734 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.9.1.0.9999
CABAL_HACKAGE_REVISION=1
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Simplifies dealing with different types for strings"
HOMEPAGE="https://github.com/soenkehahn/string-conversions#readme"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/text-0.11:=[profile?]
>=dev-haskell/utf8-string-0.3.1:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
test? ( dev-haskell/hspec
dev-haskell/quickcheck
dev-haskell/quickcheck-instances )
"