diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:10:40 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:10:21 +0100 |
commit | 2178f73b323e92e9a496e7fa5932715670d4459c (patch) | |
tree | 8b69aad56709afefde8dd915f9b20e832467e9b0 /dev-haskell/chasingbottoms | |
parent | dev-haskell/unordered-containers: add 0.2.19.1 (diff) | |
download | gentoo-2178f73b323e92e9a496e7fa5932715670d4459c.tar.gz gentoo-2178f73b323e92e9a496e7fa5932715670d4459c.tar.bz2 gentoo-2178f73b323e92e9a496e7fa5932715670d4459c.zip |
dev-haskell/chasingbottoms: new package, add 1.3.1.12
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/chasingbottoms')
-rw-r--r-- | dev-haskell/chasingbottoms/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/chasingbottoms/chasingbottoms-1.3.1.12.ebuild | 34 | ||||
-rw-r--r-- | dev-haskell/chasingbottoms/metadata.xml | 11 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/chasingbottoms/Manifest b/dev-haskell/chasingbottoms/Manifest new file mode 100644 index 000000000000..bb336afe7388 --- /dev/null +++ b/dev-haskell/chasingbottoms/Manifest @@ -0,0 +1 @@ +DIST chasingbottoms-1.3.1.12.tar.gz 31960 BLAKE2B 0183ef16bcb79f545c97d0a18972fb5fcf964a1255b83b8f202ae96a3211b2cc07ecbc9c808200bdb887b7db8571acb7619e6ad62f8b8c3be0ef8699b635b699 SHA512 601a577ff45cb5565397fcc428073b7ce2c9a9e033950adb5af67977c719f83ce4fe2be378280108406ad2b9d436bd3e8d15e4b82846ffd8b881151fbe5941ed diff --git a/dev-haskell/chasingbottoms/chasingbottoms-1.3.1.12.ebuild b/dev-haskell/chasingbottoms/chasingbottoms-1.3.1.12.ebuild new file mode 100644 index 000000000000..22357040b664 --- /dev/null +++ b/dev-haskell/chasingbottoms/chasingbottoms-1.3.1.12.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.1.0.9999 +#hackport: flags: -build-tests + +CABAL_PN="ChasingBottoms" + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="For testing partial and infinite values" +HOMEPAGE="https://hackage.haskell.org/package/ChasingBottoms" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-haskell/quickcheck-2.10:2=[profile?] <dev-haskell/quickcheck-2.15:2=[profile?] + >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.3:=[profile?] + >=dev-haskell/syb-0.1.0.2:=[profile?] <dev-haskell/syb-0.8:=[profile?] + >=dev-lang/ghc-8.8.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-build-tests +} diff --git a/dev-haskell/chasingbottoms/metadata.xml b/dev-haskell/chasingbottoms/metadata.xml new file mode 100644 index 000000000000..f316b3e95e8b --- /dev/null +++ b/dev-haskell/chasingbottoms/metadata.xml @@ -0,0 +1,11 @@ +<?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">ChasingBottoms</remote-id> + </upstream> +</pkgmetadata> |