ad097bb0b3
This package normalizes variations in the interface for inspecting datatype information via Template Haskell so that packages and support a single, easier to use informational datatype while supporting many versions of Template Haskell.
11 lines
282 B
Makefile
11 lines
282 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/12/31 15:34:56 pho Exp $
|
|
|
|
DISTNAME= th-abstraction-0.3.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Nicer interface for reified information about data types
|
|
LICENSE= isc
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|