Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-vector-binary-instances
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 25 18:52:56 2023 UTC (7 months, 4 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
devel/hs-vector-binary-instances: Fix build with GHC 9.4
Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 22 10:30:17 2022 UTC (13 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
hs-vector-binary-instances: fix build with hs-vector 0.14
Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 11 19:47:44 2022 UTC (19 months, 1 week ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Fix build with GHC 9.2
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:15:04 2021 UTC (22 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:39:58 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 23 17:45:24 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.1: +5 -6
lines
Diff to previous 1.1 (colored)
Update to vector-binary-instances-0.2.5.2 No change logs are provided by the upstream.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 20 01:04:20 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
Import vector-binary-instances-0.2.5.1 Instances for Binary for the types defined in the vector package, making it easy to serialize vectors to and from disk. We use the generic interface to vectors, so all vector types are supported. Specific instances are provided for unboxed, boxed and storable vectors.