dev-haskell/hslua-module-path: Bump to 1.0.3 and 1.1.1

Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Mark Wright
2026-01-17 23:01:49 +11:00
parent 246bfa52d4
commit d33d8ab187
3 changed files with 17 additions and 14 deletions

View File

@@ -1,2 +1,2 @@
DIST hslua-module-path-1.0.2.tar.gz 7991 BLAKE2B 4cb4ce417cca440185099c003f83c7baf402fb90e00d044bae4b395465083f6f04102c40f06d4e20e581fb3ddf965bb90ef551087d3aeaa12806b43e1266a2ad SHA512 57387757b5adbc52f39d3a9d6eb2bc5f0d59ef054b88a4c61541a38bd07793635c7b54212ef4e720dc5d1604054242175fc28b332bd20480461eb274c8a23b76
DIST hslua-module-path-1.1.0.tar.gz 8040 BLAKE2B d8f24d0c80e98986563a521bcaeadb0a1ccc55e81b7f7571ef2e2a1164bfeb8b568c6322fd0f6b496afd8fcda33705016155a5308a32c6564874586f58b8da2a SHA512 0cef760dc73fd1a84cb79a6efbbd1e17c677fd6bae86cb410d324d1a6fbb63c876c59508a2da0ac02e888faf4bc28dcad661e058c928d2e572fa4d9a4edbddc0
DIST hslua-module-path-1.0.3.tar.gz 7969 BLAKE2B 37882e8dcab47f84487779c73caad8d68bc5e29454e424d9620e27eeb0dc9edd720c2a843186301f91982c53dece28f1abf959ac43caf046471d3ecd21e99914 SHA512 92c44f716fdbbe7ac76e2178efd627e1ffdd805c0669cca789a4d82438542ebabda0476b9384291a75d193ae74d9aa21e86da89125fa85e5d43e235171874d4b
DIST hslua-module-path-1.1.1.tar.gz 8090 BLAKE2B 3ede2f0128e345af30c0587f2ae095051f9cd7a876e7f17ca221596e34e918faa5d443d0164f1ea8145eff0650a024ba0f9955bea792edaef28bf66cfc8652a5 SHA512 ca4761a39b0def8cd7fe2c71dca33c1c3b246f375402fed8212d45ed3268232aaaa8d3dabb9447190a7df55f28869f9d861f9aae02c406625b08d62c3ccfb3ee

View File

@@ -1,30 +1,33 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.7.1.1.9999
# ebuild generated by hackport 0.9.1.0
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Lua module to work with file paths"
HOMEPAGE="https://hslua.org/"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
CABAL_CHDEPS=(
'tasty-lua >= 1.0 && < 1.1' 'tasty-lua >= 1.0 && < 1.2'
)
RDEPEND=">=dev-haskell/hslua-core-2.1:=[profile?] <dev-haskell/hslua-core-2.3:=[profile?]
>=dev-haskell/hslua-marshalling-2.1:=[profile?] <dev-haskell/hslua-marshalling-2.3:=[profile?]
>=dev-haskell/hslua-packaging-2.1:=[profile?] <dev-haskell/hslua-packaging-2.3:=[profile?]
>=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-2.1:=[profile?]
>=dev-lang/ghc-8.4.3:=
>=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-2.1:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
>=dev-haskell/cabal-3.4.1.0
test? ( dev-haskell/tasty
dev-haskell/tasty-hunit
>=dev-haskell/tasty-lua-1.0 <dev-haskell/tasty-lua-1.1 )
>=dev-haskell/tasty-lua-1.0 <dev-haskell/tasty-lua-1.2 )
"

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.8.2.0.9999
# ebuild generated by hackport 0.9.1.0
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@@ -18,11 +18,11 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/hslua-core-2.1:=[profile?] <dev-haskell/hslua-core-2.4:=[profile?]
>=dev-haskell/hslua-marshalling-2.1:=[profile?] <dev-haskell/hslua-marshalling-2.4:=[profile?]
>=dev-haskell/hslua-packaging-2.3:=[profile?] <dev-haskell/hslua-packaging-2.4:=[profile?]
>=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-2.1:=[profile?]
>=dev-lang/ghc-8.8.1:=
>=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-2.2:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.0.0.0
>=dev-haskell/cabal-3.4.1.0
test? ( dev-haskell/tasty
dev-haskell/tasty-hunit
>=dev-haskell/tasty-lua-1.0 <dev-haskell/tasty-lua-1.2 )