pkgsrc/textproc/hs-attoparsec/Makefile
pho 96f66bea8d Update to attoparsec-0.14.1
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.
2021-04-23 05:03:57 +00:00

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"