mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-haskell/hslua-classes: add 2.3.1
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST hslua-classes-2.2.0.tar.gz 11614 BLAKE2B 4fddbdd4c130562e961c627ae6a0201362036df846f18b03293d237a9b658157d8e607b5cf840ad793724dfde308e240c299a3633d185e75a40b9e9dbedf0852 SHA512 21d9da7fca86123cf1f6ac339b2453393bd97c052eb9b5ab75bf06a56fc0ff81593e30c88082aab5eb767816c479e975622b01f78e3df13ed476710d424f48c7
|
||||
DIST hslua-classes-2.3.0.tar.gz 11579 BLAKE2B b8b61a058b160060438f1d39f8024d98cdac934d7e2107ff71d8b9cea3a0945c6c8556a9c2ccd4a6c1e863a280be52a7a6454ecee58eedf34cbbc4f1717d4302 SHA512 07daa9b31bf4d3c8ec24bff67219cdcaf58ec56d45ac4c1b000aceccbbd90a79748f6786497c3a79e7c2670442859e1f31b200455cf2b26eb0dc4d699f9345ba
|
||||
DIST hslua-classes-2.3.1.tar.gz 11634 BLAKE2B 86b0318db179a032e6478eb7d9a7a168935ebe8f8c38826197f0bcd399e36f361197c3acd686356f86987d5a57fe1ac145840947d6c33ae6bffa7f81198aa969 SHA512 ccd3d3e182e82a5f4270a1770770b96ab071b8819f9582f5417843e961f7a08b67cf9b4320ccc2a630e6ec1eddeecb9ae589a55fa293b4c393da4e4d3d5705a9
|
||||
|
||||
32
dev-haskell/hslua-classes/hslua-classes-2.3.1.ebuild
Normal file
32
dev-haskell/hslua-classes/hslua-classes-2.3.1.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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 test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Type classes for HsLua"
|
||||
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-haskell/hslua-marshalling-2.1:=[profile?] <dev-haskell/hslua-marshalling-2.4:=[profile?]
|
||||
>=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-2.2:=[profile?]
|
||||
>=dev-lang/ghc-9.0.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
test? ( >=dev-haskell/lua-arbitrary-1.0
|
||||
>=dev-haskell/quickcheck-2.7
|
||||
>=dev-haskell/quickcheck-instances-0.3
|
||||
>=dev-haskell/tasty-0.11
|
||||
>=dev-haskell/tasty-hslua-1.0
|
||||
>=dev-haskell/tasty-hunit-0.9
|
||||
>=dev-haskell/tasty-quickcheck-0.8 )
|
||||
"
|
||||
Reference in New Issue
Block a user