Up to [cvs.NetBSD.org] / pkgsrc / textproc / hs-case-insensitive
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 26 11:21:58 2021 UTC (22 months, 4 weeks ago) by nia
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,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Thu Oct 7 15:01:05 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
textproc: Remove SHA1 hashes for distfiles
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 3 03:59:19 2020 UTC (3 years, 8 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
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: +5 -5
lines
Diff to previous 1.3 (colored)
Update to case-insensitive-1.2.1.0 1.2.1.0 * Add traverse 1.2.0.11 * Dropped upper version bounds of dependencies because it's to much work to maintain. 1.2.0.10 * Support criterion-1.2 1.2.0.9 * Support base-4.10 1.2.0.8 * Support HUnit-1.5. 1.2.0.7 * Fix build of benchmarks when getting the sources from Hackage. 1.2.0.6 * Add Travis CI support * Add Semigroup s => Semigroup (CI s) instance 1.2.0.5 * Support HUnit-1.3 * Support criterion-1.1 * Updated .nix files 1.2.0.4 * Fixed #17: https://github.com/basvandijk/case-insensitive/issues/17 1.2.0.3 * Add CHANGELOG to extra-source files so that it shows up on Hackage 1.2.0.2 * Bump base and deepseq upper bounds for GHC 7.10 compatibility * Add case-insensitive.nix and default.nix * Fix #14: Build failure with GHC 7.2.2 * Fix #8: Don't unnecessarily use NoImplicitPrelude
Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 4 01:59:31 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.2: +2 -1
lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Sat Sep 13 22:06:12 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
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update to 1.2.0.1 Changes from https://github.com/basvandijk/case-insensitive 1.2.0.1 - Solved warnings on GHC-7.8.3 - Bump text upper version bounds
Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 5 21:36:49 2014 UTC (9 years ago) by szptvlfn
Branch: MAIN
Import case-insensitive-1.2.0.0 as textproc/hs-case-insensitive, packaged for wip by pho. The module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, Text, etc.. Comparisons of values of the resulting type will be insensitive to cases.