d7113b1cde
CHANGES: 3.1.7 - Fix a regression from 3.1.6 related to the reported position of error messages. See bug #9 for details. - Reset the current error position on success of 'lookAhead'.
13 lines
348 B
Makefile
13 lines
348 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/10/19 21:25:47 szptvlfn Exp $
|
|
|
|
DISTNAME= parsec-3.1.7
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Monadic parser combinators
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-mtl/buildlink3.mk"
|
|
.include "../../devel/hs-text/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|