summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:05:31 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:06 +0100
commitf0ca110cd2b19b9ec0b27705cd7c3f4345fdf575 (patch)
tree3bb1642dafc48a984250a1b7e96ebb77c08a3ba3
parentdev-haskell/hslua-module-version: add 1.1.0 (diff)
downloadgentoo-f0ca110cd2b19b9ec0b27705cd7c3f4345fdf575.tar.gz
gentoo-f0ca110cd2b19b9ec0b27705cd7c3f4345fdf575.tar.bz2
gentoo-f0ca110cd2b19b9ec0b27705cd7c3f4345fdf575.zip
dev-haskell/hslua-list: new package, add 1.1.1
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/hslua-list/Manifest1
-rw-r--r--dev-haskell/hslua-list/hslua-list-1.1.1.ebuild25
-rw-r--r--dev-haskell/hslua-list/metadata.xml12
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/hslua-list/Manifest b/dev-haskell/hslua-list/Manifest
new file mode 100644
index 000000000000..e99a2da9c3d4
--- /dev/null
+++ b/dev-haskell/hslua-list/Manifest
@@ -0,0 +1 @@
+DIST hslua-list-1.1.1.tar.gz 8004 BLAKE2B 8936a36fe6d0dd173fd432e4bd38318ef86d020667f32f211c1204327a76b96ce60140e897c27049fac554b474a07bc0fbbfd6760147fdf18913fb9c63c900b1 SHA512 1b9cc115503239fda71e290e05a42cb0d475b88d59767f67e89775dc4a47ad63245b632e0facc21fb275b4a6098e09d402b0497d1107db01c63579d9a4f0f43a
diff --git a/dev-haskell/hslua-list/hslua-list-1.1.1.ebuild b/dev-haskell/hslua-list/hslua-list-1.1.1.ebuild
new file mode 100644
index 000000000000..025ec711d706
--- /dev/null
+++ b/dev-haskell/hslua-list/hslua-list-1.1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.8.2.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.2:=[profile?] <dev-haskell/hslua-core-2.4:=[profile?]
+ >=dev-lang/ghc-8.8.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-3.0.0.0
+ test? ( >=dev-haskell/tasty-0.11
+ >=dev-haskell/tasty-lua-1.0 )
+"
diff --git a/dev-haskell/hslua-list/metadata.xml b/dev-haskell/hslua-list/metadata.xml
new file mode 100644
index 000000000000..d45dfd379164
--- /dev/null
+++ b/dev-haskell/hslua-list/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="hackage">hslua-list</remote-id>
+ <remote-id type="github">hslua/hslua</remote-id>
+ </upstream>
+</pkgmetadata>