dev-haskell/th-reify-many: new package, add 0.1.10

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:29 -07:00
committed by Mark Wright
parent 720da46c85
commit 39f2be538c
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST th-reify-many-0.1.10.tar.gz 5825 BLAKE2B c3ff8235c04e2dd8507d3381ae45fba7e84a1117ba1feaa78856c6313ae80d957a60f23d22c0b1eac2e315c16db4b8e12fa1dfaf4665d8207ad759a3a55258dd SHA512 9c5b64e791a0649d7e05a471cfc1b6e84e50c90a3711ffd7304c2bd8af9623ba3c026e68fb36bc0497f9f67e18ad2d76902d96fa98220399e8feaac2b09d51be

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">th-reify-many</remote-id>
<remote-id type="github">mgsloan/th-reify-many</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.7.2.1.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Recurseively reify template haskell datatype info"
HOMEPAGE="https://github.com/mgsloan/th-reify-many"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="dev-haskell/safe:=[profile?]
dev-haskell/th-expand-syns:=[profile?]
>=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
"