Subject: CVS commit: pkgsrc/devel/hs-parser-combinators
From: Masatake Daimon
Date: 2021-04-23 18:09:09
Message id: 20210423160909.ADFC7FA95@cvs.NetBSD.org

Log Message:
Update to parser-combinators-1.3.0

* Changed the Control.Applicative.Permutations module to only require
  Applicative and not Monad. This module is the least restrictive and
  works with parsers which are not Monads.

* Added the Control.Monad.Permutations module. This module may be
  substantially more efficient for some parsers which are Monads.

* Corrected how permutation parsers intercalate effects and
  components; parsing an effect requires that a component immediately
  follows or else a parse error will result.

Files:
RevisionActionfile
1.2modifypkgsrc/devel/hs-parser-combinators/Makefile
1.2modifypkgsrc/devel/hs-parser-combinators/PLIST
1.2modifypkgsrc/devel/hs-parser-combinators/buildlink3.mk
1.2modifypkgsrc/devel/hs-parser-combinators/distinfo