Path to this page:
Subject: CVS commit: pkgsrc/textproc/hs-attoparsec
From: Masatake Daimon
Date: 2019-12-31 18:33:19
Message id: 20191231173319.1B098FA97@cvs.NetBSD.org
Log Message:
Update to attoparsec-0.13.2.3
0.13.2.1
* Improved performance of Data.Attoparsec.Text.asciiCI
0.13.2.0
* pure is now strict in Position
0.13.1.0
* runScanner now correctly returns the final state
(https://github.com/bos/attoparsec/issues/105).
* Parser, ZeptoT, Buffer, and More now expose Semigroup instances.
* Parser, and ZeptoT now expose MonadFail instances.
0.13.0.2
* Restore the fast specialised character set implementation for Text
* Move testsuite from test-framework to tasty
* Performance optimization of takeWhile and takeWhile1
0.13.0.1
* Fixed a bug in the implementations of inClass and notInClass for
Text (https://github.com/bos/attoparsec/issues/103)
0.13.0.0
* Made the parser type in the Zepto module a monad transformer (needed
by aeson's string unescaping parser).
0.12.1.6
* Fixed a case folding bug in the ByteString version of stringCI.
0.12.1.5
* Fixed an indexing bug in the new Text implementation of string,
reported by Michel Boucey.
0.12.1.4
* Fixed a case where the string parser would consume an unnecessary
amount of input before failing a match, when it could bail much
earlier (https://github.com/bos/attoparsec/issues/97)
* Added more context to error messages
(https://github.com/bos/attoparsec/pull/79)
0.12.1.3
* Fixed incorrect tracking of Text lengths
(https://github.com/bos/attoparsec/issues/80)
Files: