These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
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)
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
packaged for wip by pho.
A fast parser combinator library, aimed particularly at dealing efficiently
with network protocols and complicated text/binary file formats.