The NetBSD Project

CVS log for pkgsrc/misc/hs-extra/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / misc / hs-extra

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 26 05:08:11 2023 UTC (14 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
misc/hs-extra: Update to 1.7.14

1.7.14, released 2023-07-01
    #106, add compatibility with GHC 9.7
    #103, future-proof against addition of Data.List.unsnoc

1.7.13, released 2023-04-22
    #102, add mwhen :: Monoid a => Bool -> a -> a
    #99, make replace with an empty from intersperse the replacement
    #101, future-proof against addition of Data.List.!?

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 25 01:22:35 2023 UTC (23 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
misc/hs-extra: Update to 1.7.12

1.7.12, released 2022-09-02
* #98, make both lazy in its argument
* #98, make first3,second3,third3 lazy in their argument
* #98, make firstM,secondM lazy in their argument
* #86, add notNull for Foldable

1.7.11, released 2022-08-21
* #95, add List.repeatedlyNE and NonEmpty.repeatedly
* #94, add groupOnKey
* #91, add foldl1' to NonEmpty

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 11 09:42:17 2022 UTC (2 years, 11 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Update to extra-1.7.10

1.7.10, released 2021-08-29
    #81, add assertIO function
    #85, add !? to do !! list indexing returning a Maybe
    #80, add strict Var functions modifyVar', modifyVar_', writeVar'

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:59:06 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:35:21 2021 UTC (3 years, 3 months ago) by nia
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
misc: Remove SHA1 hashes for distfiles

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 24 05:50:38 2021 UTC (3 years, 8 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
Update to extra-1.7.9

1.7.9, released 2020-12-19
    #72, add pureIf
    #73, make takeEnd, dropEnd, splitAtEnd: return immediately if i <= 0
    #71, add compareLength and comparingLength
1.7.8, released 2020-09-12
    #68, make sure Data.Foldable.Extra is exposed
1.7.7, released 2020-08-25
    #67, defer to System.IO readFile', hGetContents' in GHC 9.0
1.7.6, released 2020-08-21
    #66, add lots of functions to Data.Foldable.Extra (anyM etc)
1.7.5, released 2020-08-12
    #65, add Data.Foldable.Extra
    #65, add sum', product', sumOn' and productOn'
1.7.4, released 2020-07-15
    #59, add whileJustM and untilJustM
    #61, optimise nubOrd (10% or so)
    Add first3, second3, third3
1.7.3, released 2020-05-30
    #58, add disjointOrd and disjointOrdBy
1.7.2, released 2020-05-25
    #56, add zipWithLongest
    #57, make duration in MonadIO
    Simplify and optimise Barrier
    Mark modules that are empty as DEPRECATED
    Remove support for GHC 7.10
1.7.1, released 2020-03-10
    Add NOINLINE to errorIO to work around a GHC 8.4 bug
1.7, released 2020-03-05
*   #40, delete deprecated function for
*   zipFrom now truncates lists, rather than error, just like zip
1.6.21, released 2020-03-02
    #54, deprecate nubOn since its O(n^2). Use nubOrdOn
    #53, add some nub functions to NonEmpty
1.6.20, released 2020-02-16
    Add firstM, secondM
1.6.19, released 2020-02-11
    #50, add headDef, lastDef, and dropEnd1

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 3 06:04:34 2020 UTC (5 years ago) by pho
Branches: 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
Import extra-1.6.18

A library of extra functions for the standard Haskell libraries. Most
functions are simple additions, filling out missing functionality. A
few functions are available in later versions of GHC, but this package
makes them available back to GHC 7.2.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>