dev-haskell/boolean: new package, add 0.2.4

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:51 -07:00
committed by Mark Wright
parent 1245f19071
commit 94c8b4e42b
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST boolean-0.2.4-rev1.cabal 1263 BLAKE2B 207a0f26acbf04b6f1bcbe84d6eb691b52dff2643fab20314afcde80876e0ba39167c046ad9d03c8012e0b82f83037cff2321f0f0d388c78ca56f82cddeafee4 SHA512 ebec8defda4467fdc1d21c47f320eff445694302b1624d1f608c8cc5f33aa4959a178f6af48ac9b9f5f5f1fc0f042f9fcde3e5a159af0143ca91ab086b03320a
DIST boolean-0.2.4.tar.gz 6634 BLAKE2B 6964300eb6d4ed8d74a087e7349fc816c4af770af6127fba0285e6afcd22c072b7101c09d907cb794645c3726d0db36b8855a0c1f7b3d6298e49062b68d9944e SHA512 2b92666edbc2b0cf0e0f0d09125b78324229996ea1896b58779daff7f7d10b4dc4d1b8ebbcd63690cb61b68264d797fa40312ca0e934962bbeee4fb6fba1805a

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.1.0.9999
CABAL_HACKAGE_REVISION=1
CABAL_PN="Boolean"
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Generalized booleans and numbers"
HOMEPAGE="https://hackage.haskell.org/package/Boolean"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"

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">Boolean</remote-id>
<remote-id type="github">conal/Boolean</remote-id>
</upstream>
</pkgmetadata>