dev-haskell/pcg-random: new package, add 0.1.3.7

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-02 23:04:31 -06:00 committed by Sam James
parent c41ecaa748
commit cd78db1306
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST pcg-random-0.1.3.7.tar.gz 25416 BLAKE2B e964c59aafd7114cd6c731ab35da9154e698dd3b1445be37408018d09a623c007eedbfc18fc3d4b0cfcda1fba58a50abd0a58f72e8999680f7014c0af443da4d SHA512 995c7ef160dfcde373cda3cab185bdf8f2448168d9d08409291b0e7c77d6cd7e9ec14933fa2e61896ea62eaaae49a1ddf99979dd6b7364ae7b788e5773cac984

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">pcg-random</remote-id>
<remote-id type="github">cchalmers/pcg-random</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,31 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.7.3.0
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Haskell bindings to the PCG random number generator"
HOMEPAGE="https://github.com/cchalmers/pcg-random"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
GHC_BOOTSTRAP_PACKAGES=(
cabal-doctest
)
RDEPEND="dev-haskell/entropy:=[profile?]
>=dev-haskell/primitive-0.4:=[profile?] <dev-haskell/primitive-0.8:=[profile?]
>=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-2.0:=[profile?]
>=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
>=dev-haskell/cabal-doctest-1 <dev-haskell/cabal-doctest-1.1
test? ( dev-haskell/doctest )
"