pkgsrc/devel/hs-syb/Makefile
pho d09f23e2b6 Update to syb-0.7.1
Define recursive traversals in two parts, non-recursive wrapper and
recursive local helper to facilitate inlining and avoid passing the
same argument to all recursive calls
2020-01-01 03:13:39 +00:00

11 lines
262 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/01/01 03:13:39 pho Exp $
DISTNAME= syb-0.7.1
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Haskell "Scrap Your Boilerplate" Library
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"