Up to [cvs.NetBSD.org] / pkgsrc / textproc / hs-attoparsec
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 12 05:04:53 2022 UTC (19 months, 1 week ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
Update to attoparsec-0.14.4 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
Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 26 11:21:58 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 7 15:01:04 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
textproc: Remove SHA1 hashes for distfiles
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 23 05:03:57 2021 UTC (2 years, 5 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Update to attoparsec-0.14.1 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.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 11 09:34:21 2020 UTC (3 years, 8 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Remove dependency on devel/hs-text It's now part of GHC. Also fail and semigroups are no longer required as of GHC 8.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 31 17:33:18 2019 UTC (3 years, 8 months ago) by pho
Branch: MAIN
Changes since 1.2: +6 -5
lines
Diff to previous 1.2 (colored)
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)
Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 4 01:59:30 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add SHA512 digests for distfiles for textproc category 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.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 6 21:20:06 2014 UTC (9 years ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Import attoparsec-0.12.1.2 as textproc/hs-attoparsec, packaged for wip by pho. A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.