dev-haskell/reflection: add 2.1.9

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:05 -07:00
committed by Mark Wright
parent 2af6a69bdd
commit 8a32448e04
2 changed files with 35 additions and 0 deletions

View File

@@ -1 +1,3 @@
DIST reflection-2.1.6.tar.gz 19976 BLAKE2B 6e32e9300695b102be4039312b3df62bccce75a590eafa37d96d70cbf73acfc4be98bc716485235e4594548b8649b46bb554eacc230320abc2d92dd809f15176 SHA512 d7f615b6f361b2ca7266e8c4611c939d9f80684ca173080e9ad8227f04f2731899113dcb87ecb051d47b29fb860d7caa15c99c7d3d7493e7e73745d085518fdd
DIST reflection-2.1.9-rev1.cabal 4171 BLAKE2B 8daa170f825461fd1370c4d4f747804f00a385eac2a68ee270c987a0c6afbf8a0e566195ff99c4689b01ad9633b71d7c4f8fb39680233d90ed32cdc75607f455 SHA512 5fa894cd9cae4df6aa5d7c72465de5224c88deaaf7c8838e79531db933965058b57ec7b6789951ec5b65096510831d910577871a2afe4c2432affc9880e409d1
DIST reflection-2.1.9.tar.gz 17560 BLAKE2B 14d2aca076a76e9a025b642a1580431a1a37a71b443e5f7b1a75aac40a7e3545226b360f8b9c21fd6f0fbbc326e8b7b885210a821334da2265a77f79afa0c8a5 SHA512 db5f88104437b3a8620c21a140c1dc35a2c51f6695d6274204dc479b02f935b7b8e7e1f1481ca418917c999ae09f5773afa9f294493193c2e7d007a9b7883046

View File

@@ -0,0 +1,33 @@
# 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
#hackport: flags: -slow,+template-haskell
CABAL_HACKAGE_REVISION=1
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Reifies arbitrary terms into types that can be reflected back into terms"
HOMEPAGE="https://github.com/ekmett/reflection"
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
test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3
>=dev-haskell/quickcheck-2 <dev-haskell/quickcheck-3 )
"
src_configure() {
haskell-cabal_src_configure \
--flag=-slow \
--flag=template-haskell
}