dev-haskell/numeric-extras: new package, add 0.1-r1

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-23 22:16:46 -07:00
committed by Mark Wright
parent f8a7c63543
commit 2101d6436e
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST numeric-extras-0.1.tar.gz 3929 BLAKE2B c6c7e9b69f2d0d8ae8fa56971c8d3829845c766586b9e90bff1389a591640e857fec8786db0131a498b2bd1fa5688873a2c0801089a6dbff618c3be5f854ae9f SHA512 91098b824aaa26f16455b8171cce286f9e9e0e7baced6a97d51310e7c6b0b9901ea535b0ecf76213a04cfe45d726734136e72c05c8d97901f8be554841722758

View File

@@ -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">numeric-extras</remote-id>
<remote-id type="github">ekmett/numeric-extras</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Useful tools from the C standard library"
HOMEPAGE="https://github.com/ekmett/numeric-extras"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
"