blob: e57ef2e787a969339a0551a90602800332fe6014 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.19 2022/02/26 03:58:25 pho Exp $
DISTNAME= attoparsec-0.14.4
PKGREVISION= 2
CATEGORIES= textproc
MAINTAINER= pho@cielonegro.org
COMMENT= Fast combinator parsing for bytestrings and text
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../math/hs-scientific/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|