Files
gentoo/dev-haskell/stm/stm-2.5.3.1.ebuild
hololeap 12b9741229 dev-haskell/stm: add 2.5.3.1
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
2026-06-22 20:11:44 +10:00

25 lines
562 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.8.5.1.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Software Transactional Memory"
HOMEPAGE="https://wiki.haskell.org/Software_transactional_memory"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64"
RDEPEND=">=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"
CABAL_CORE_LIB_GHC_PV="9.8.2 9.8.3 9.8.4 9.10.1 9.10.2 9.12.1 9.12.2 9.12.3"