4708981636
It's now part of GHC. Also fail and semigroups are no longer required as of GHC 8.
13 lines
349 B
Makefile
13 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/01/11 09:34:21 pho Exp $
|
|
|
|
DISTNAME= attoparsec-0.13.2.3
|
|
PKGREVISION= 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"
|