Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-fingertree
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 26 03:57:54 2022 UTC (2 months, 3 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 12 08:50:32 2022 UTC (3 months, 1 week ago) by pho
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
revbump after changing the default Haskell compiler
Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 11 09:23:39 2022 UTC (3 months, 1 week ago) by pho
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update to fingertree-0.1.5.0 0.1.5.0 Ross Paterson Jan 2022 * Added foldlWithPos, foldrWithPos, foldlWithContext, foldrWithContext (James Cranch) * Fixed bug in traverseWithContext
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 18 02:48:08 2022 UTC (4 months ago) by pho
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Bump packages that depends on GHC
Revision 1.2 / (download) - annotate - [select for diffs], Mon May 3 19:00:58 2021 UTC (12 months, 2 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
*: Bump PKGREVISION for ghc-9.0.1
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 19 13:10:49 2020 UTC (2 years, 4 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
Import fingertree-0.1.4.2 from wip A general sequence representation with arbitrary annotations, with example implementations of various collection types, as described in section 4 of Ralf Hinze and Ross Paterson, "Finger trees: a simple general-purpose data structure", Journal of Functional Programming 16:2 (2006) pp 197-217. http://www.soi.city.ac.uk/~ross/papers/FingerTree.html For a tuned sequence type, see Data.Sequence in the containers package, which is a specialization of this structure.