diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 12:24:04 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:47 +0000 |
commit | d4a2f721cf2ee3cfb518eb306270e1b05df857fa (patch) | |
tree | 062905122399600cf886b6662c5da594640dbaca /dev-haskell/tasty-hslua | |
parent | dev-haskell/tasty-hedgehog: add 1.1.0.0 (diff) | |
download | gentoo-d4a2f721cf2ee3cfb518eb306270e1b05df857fa.tar.gz gentoo-d4a2f721cf2ee3cfb518eb306270e1b05df857fa.tar.bz2 gentoo-d4a2f721cf2ee3cfb518eb306270e1b05df857fa.zip |
dev-haskell/tasty-hslua: new package, add 1.0.2
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/tasty-hslua')
-rw-r--r-- | dev-haskell/tasty-hslua/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/tasty-hslua/metadata.xml | 8 | ||||
-rw-r--r-- | dev-haskell/tasty-hslua/tasty-hslua-1.0.2.ebuild | 26 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-haskell/tasty-hslua/Manifest b/dev-haskell/tasty-hslua/Manifest new file mode 100644 index 000000000000..377de4b26fc0 --- /dev/null +++ b/dev-haskell/tasty-hslua/Manifest @@ -0,0 +1 @@ +DIST tasty-hslua-1.0.2.tar.gz 3099 BLAKE2B 712c04ffa8bfb309473c01ea7d01a1dd3483649520c38b78f180792fdedadf6953394dea37e7dcf2468f3e0a0e8ad9bdc16912dec70f765d4fa0a0745e5eac01 SHA512 397a8dce3eef50cac8a770c4b0471f454f62ead5fc8a5a08b9b01d97465016815d8e04730df5e79977393815dfa09bda6e0a6f334d479c17fb93940c0d5f27de diff --git a/dev-haskell/tasty-hslua/metadata.xml b/dev-haskell/tasty-hslua/metadata.xml new file mode 100644 index 000000000000..b7878815d80d --- /dev/null +++ b/dev-haskell/tasty-hslua/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> +</pkgmetadata> diff --git a/dev-haskell/tasty-hslua/tasty-hslua-1.0.2.ebuild b/dev-haskell/tasty-hslua/tasty-hslua-1.0.2.ebuild new file mode 100644 index 000000000000..d97030c295d8 --- /dev/null +++ b/dev-haskell/tasty-hslua/tasty-hslua-1.0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.1.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Tasty helpers to test HsLua" +HOMEPAGE="https://hslua.org/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=">=dev-haskell/hslua-core-2.0:=[profile?] <dev-haskell/hslua-core-2.3:=[profile?] + >=dev-haskell/tasty-0.11:=[profile?] + >=dev-haskell/tasty-hunit-0.9:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 +" |