mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Thanks to toralf for reporting. Closes: https://bugs.gentoo.org/735932 Signed-off-by: Mark Wright <gienah@gentoo.org>
30 lines
1.0 KiB
Bash
30 lines
1.0 KiB
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
|
|
|
|
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
|
inherit haskell-cabal
|
|
|
|
DESCRIPTION="In-memory TLS session DB and session ticket"
|
|
HOMEPAGE="https://hackage.haskell.org/package/tls-session-manager"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0/${PV}"
|
|
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
|
|
|
RDEPEND=">=dev-haskell/auto-update-0.2.2:=[profile?] <dev-haskell/auto-update-0.3:=[profile?]
|
|
>=dev-haskell/clock-0.8:=[profile?] <dev-haskell/clock-0.9:=[profile?]
|
|
>=dev-haskell/crypto-token-0.1.2:=[profile?] <dev-haskell/crypto-token-0.2:=[profile?]
|
|
>=dev-haskell/memory-0.18.0:=[profile?] <dev-haskell/memory-0.19:=[profile?]
|
|
>=dev-haskell/psqueues-0.2:=[profile?] <dev-haskell/psqueues-0.3:=[profile?]
|
|
>=dev-haskell/serialise-0.2:=[profile?] <dev-haskell/serialise-0.3:=[profile?]
|
|
>=dev-haskell/tls-2.0:=[profile?] <dev-haskell/tls-2.3:=[profile?]
|
|
>=dev-lang/ghc-9.0.2:=
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
>=dev-haskell/cabal-3.4.1.0
|
|
"
|