head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.6
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.4
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.2
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.1.0.4
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.2
	pkgsrc-2025Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.08.13.11.07.02;	author pho;	state Exp;
branches;
next	1.1;
commitid	oGqtJTKdyCfCKy6G;

1.1
date	2025.03.07.16.46.15;	author pho;	state Exp;
branches;
next	;
commitid	MXOxg83SanQiK9MF;


desc
@@


1.2
log
@Bump all Haskell because lang/ghc910 has got a library change
@
text
@# $NetBSD: Makefile,v 1.1 2025/03/07 16:46:15 pho Exp $

DISTNAME=	th-reify-many-0.1.10
PKGREVISION=	1
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@@NetBSD.org
COMMENT=	Recurseively reify template haskell datatype info
LICENSE=	modified-bsd

.include "../../devel/hs-safe/buildlink3.mk"
.include "../../devel/hs-th-expand-syns/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@devel/hs-th-reify-many: import hs-th-reify-many-0.1.10

th-reify-many provides functions for recursively reifying top level
declarations. The main intended use case is for enumerating the names of
datatypes reachable from an initial datatype, and passing these names to
some function which generates instances.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
@

