This is a modified version of wl-pprint, which was based on Wadler's paper "A Prettier Printer". See the haddocks for full info. This version allows the library user to annotate the text with semantic information, which can later be rendered in a variety of ways.
11 lines
294 B
Makefile
11 lines
294 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/19 09:42:01 pho Exp $
|
|
|
|
DISTNAME= annotated-wl-pprint-0.7.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Wadler/Leijen Pretty Printer, with annotation support
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|