mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/dual-tree: new package, add 0.2.3.1
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
2
dev-haskell/dual-tree/Manifest
Normal file
2
dev-haskell/dual-tree/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST dual-tree-0.2.3.1-rev4.cabal 2883 BLAKE2B a0a364649b995ab233d582935f34fc615a7b8dba20f6a5f5ca443dbafcb74eb2ce358beb8a5faa78b61ea88801bca80e22bf769859e52bd3fc32e3fd544e687e SHA512 a5601c4b4ac3d69b175e7a2dd596b523f4f5185d13534fcf509c0b6fd4d0e549e8dfccb99e92416ca4581c29dc4ef1dd1f2ca190401a800939ae1698d198d5ed
|
||||
DIST dual-tree-0.2.3.1.tar.gz 8207 BLAKE2B dcdc38f7054bba8b0b62df382ac60a879830284baae51965a1f4aad6342366bfeb61003a976c7f8cb78e0d74b3a0675039890b1be80c095eba43756a4c0b8aac SHA512 bcca225f7b602c23b0e87f73d4090bf311790d687cf0b86a6d3fcefa385b0449d2eb7de6b5a299c3f818ddaad630d944b1743e4e3fdb444a89f6974d27f6473f
|
||||
28
dev-haskell/dual-tree/dual-tree-0.2.3.1.ebuild
Normal file
28
dev-haskell/dual-tree/dual-tree-0.2.3.1.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.8.5.1.9999
|
||||
|
||||
CABAL_HACKAGE_REVISION=4
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Rose trees with cached and accumulating monoidal annotations"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/dual-tree"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND=">=dev-haskell/monoid-extras-0.6:=[profile?] <dev-haskell/monoid-extras-0.7:=[profile?]
|
||||
>=dev-haskell/semigroups-0.8:=[profile?] <dev-haskell/semigroups-0.21:=[profile?]
|
||||
>=dev-lang/ghc-9.0.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
test? ( dev-haskell/quickcheck
|
||||
dev-haskell/testing-feat )
|
||||
"
|
||||
12
dev-haskell/dual-tree/metadata.xml
Normal file
12
dev-haskell/dual-tree/metadata.xml
Normal 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">dual-tree</remote-id>
|
||||
<remote-id type="github">diagrams/dual-tree</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user