96f66bea8d
0.14.1 * Added Data.Attoparsec.ByteString.getChunk. 0.14.0 * Added Data.Attoparsec.ByteString.takeWhileIncluding. * Make Data.Attoparsec.{Text,ByteString}.Lazy.parseOnly accept lazy input.
12 lines
332 B
Makefile
12 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/04/23 05:03:57 pho Exp $
|
|
|
|
DISTNAME= attoparsec-0.14.1
|
|
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"
|