summaryrefslogtreecommitdiff
path: root/textproc/hs-attoparsec
AgeCommit message (Collapse)AuthorFilesLines
2022-02-26Bump all Haskell packages after enabling "split sections" in mk/haskell.mkpho2-4/+4
2022-02-12revbump after changing the default Haskell compilerpho2-3/+4
2022-02-12Update to attoparsec-0.14.4pho4-81/+90
0.14.4 * Fix a segmentation fault when built against text-2.0 * Restructure project to allow more convenient usage of benchmark suite * Allow benchmarks to build with GHC 9.2 0.14.3 * Support for GHC 9.2.1 0.14.2 * Support for GHC 9.2.1
2022-01-18Bump packages that depends on GHCpho2-4/+4
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-03*: Bump PKGREVISION for ghc-9.0.1pho2-3/+4
2021-04-23Update to attoparsec-0.14.1pho4-102/+104
0.14.1 * Added Data.Attoparsec.ByteString.getChunk. 0.14.0 * Added Data.Attoparsec.ByteString.takeWhileIncluding. * Make Data.Attoparsec.{Text,ByteString}.Lazy.parseOnly accept lazy input.
2020-05-11hs-*: add PLIST filesrillig1-0/+92
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.
2020-01-11Remove dependency on devel/hs-textpho4-43/+3
It's now part of GHC. Also fail and semigroups are no longer required as of GHC 8.
2019-12-31Remove dependency on devel/hs-transformerspho2-4/+3
2019-12-31Update to attoparsec-0.13.2.3pho5-72/+50
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)
2016-01-10Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3szptvlfn2-4/+4
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
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.
2015-08-02Bump PKGREVISION for hs-text-1.2.1.3szptvlfn2-4/+4
2015-06-08Bump PKGREVISION for hs-hashable-1.2.3.2szptvlfn2-4/+4
2015-06-04Bump PKGREVISION for hs-text-1.2.1.1szptvlfn2-4/+4
2015-01-07Bump PKGREVISION for hs-scientific-0.3.3.5szptvlfn2-4/+4
2015-01-06Bump PKGREVISION for hs-scientific-0.3.3.4szptvlfn2-4/+4
2014-12-12Bump PKGREVISION for hs-text-1.2.0.3szptvlfn2-4/+4
2014-12-12Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0szptvlfn2-4/+4
2014-09-13Bump PKGREVISION for hs-text-1.2.0.0szptvlfn2-3/+4
2014-09-06Import attoparsec-0.12.1.2 as textproc/hs-attoparsec,szptvlfn5-0/+97
packaged for wip by pho. A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.