Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-mono-traversable
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 26 03:58:03 2022 UTC (2 months, 2 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 12 08:50:35 2022 UTC (3 months ago) by pho
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
revbump after changing the default Haskell compiler
Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 12 04:54:08 2022 UTC (3 months ago) by pho
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Update to mono-traversable-1.0.15.3 1.0.15.3 Compile with GHC 9.2 (Option removed from base-4.16) #199 1.0.15.2 Support transformers 0.6.0.0 #196 Compile with GHC 9 #193
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 18 02:48:10 2022 UTC (3 months, 4 weeks ago) by pho
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Bump packages that depends on GHC
Revision 1.4 / (download) - annotate - [select for diffs], Mon May 3 19:01:01 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.3: +2 -2
lines
Diff to previous 1.3 (colored)
*: Bump PKGREVISION for ghc-9.0.1
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 11 08:56:16 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
Changes since 1.2: +3 -5
lines
Diff to previous 1.2 (colored)
Update to mono-traversable-1.0.15.1 1.0.15.1 * Remove whitespace after @ in as-patterns for GHC HEAD #186 1.0.15.0 * Added toNonEmpty to Data.NonNull #185 1.0.14.0 * Added WrappedMono to Data.MonoTraversable #182 1.0.13.0 * Added WrappedPoly to Data.MonoTraversable #180 1.0.12.0 * Added filterSet to Data.Containers * Use container specific implementations for filterSet and filterMap #178 1.0.11.0 * Adding monomorphic instances for GHC.Generics and Data.Proxy types #175 1.0.10.0 * Make index work on negative indices #172 #114 1.0.9.0 * Added filterMap to Data.Containers #167
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 3 07:46:30 2020 UTC (2 years, 4 months ago) by pho
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Downgrade to mono-traversable-1.0.8.1 The latest release 1.0.15.1 turned out to be incompatible with GHC 7.10.x. It should be updated when we make a package for GHC 8.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 3 07:42:18 2020 UTC (2 years, 4 months ago) by pho
Branch: MAIN
Import mono-traversable-1.0.15.1 Type classes for mapping, folding, and traversing monomorphic and polymorphic containers. Haskell is good at operating over polymorphic containers such as a list [a]. A monomorphic container is one such as Text which has a type Text that does not expose a type variable for the underlying characters.