dev-haskell/hslua-list: add 1.1.4

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-27 16:08:08 -07:00
committed by Mark Wright
parent 6a2ab493b3
commit db35f6e743
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST hslua-list-1.1.1.tar.gz 8004 BLAKE2B 8936a36fe6d0dd173fd432e4bd38318ef86d020667f32f211c1204327a76b96ce60140e897c27049fac554b474a07bc0fbbfd6760147fdf18913fb9c63c900b1 SHA512 1b9cc115503239fda71e290e05a42cb0d475b88d59767f67e89775dc4a47ad63245b632e0facc21fb275b4a6098e09d402b0497d1107db01c63579d9a4f0f43a
DIST hslua-list-1.1.4.tar.gz 9574 BLAKE2B ade17a2f9c9935f50cac33caf84c067b4c4dba67334cd3ebd52cd5d50e210466bed0c5ea5f4ac62c6e675203e38d1c96d9974e59f361e0e864b26aac2065b410 SHA512 4c6ada5626ea0c5f1555b592bfd6ef46576371f873505f033c6fc037b5d50061b288053c220b4a5dd7908da524b88a374e62de6ae239de88876fa3d3a8e76c40

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.0.0.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Opinionated, but extensible Lua list type"
HOMEPAGE="https://hslua.org/"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/hslua-core-2.1:=[profile?] <dev-haskell/hslua-core-2.4:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
test? ( >=dev-haskell/tasty-0.11
>=dev-haskell/tasty-lua-1.0 )
"