CVS log for pkgsrc/lang/hs-hslua-list/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / lang / hs-hslua-list
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:39 2025 UTC (2 weeks, 2 days ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
recursive revbump after patching lang/ghc910
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:33 2025 UTC (6 weeks, 5 days ago) by pho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
Bump all Haskell packages after switching the default compiler.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jan 29 15:31:33 2025 UTC (7 weeks, 2 days ago) by pho
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3
lines
lang/hs-hslua-list: update to hslua-list-1.1.4
## hslua-list-1.1.4
Released 2024-10-01.
- Added function `List.iter`; it returns an iterator function
that returns the next list item each time it is called.
- `List.extend` now returns the extended list instead of the
list that was appended.
## hslua-list-1.1.3
Released 2024-09-26.
- Fixed a bug that prevented `List.filter` to be used on tables
that don't have a metatable.
- Added a stub function to ensure that the module can be
compiled against Lua 5.3.
- Lowered the lower bound for hslua-core, allowing hslua-core
2.1.
## hslua-list-1.1.2
Released 2024-09-20.
- Lists can now be constructed from iterators.
- Added method `:at` to access list elements by index; negative
indices are counted from the end. A second value can be
passed, which will be returned if there is no item at the
given index.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:22 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Recursive revbump after changing the default Haskell compiler
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:37:08 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
Revbump all Haskell after updating lang/ghc96
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 28 20:12:37 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
lang/hs-hslua-list: Update to 1.1.1
hslua-list-1.1.1 - Released 2023-03-17.
* Conversion to strings: added a __tostring that lists all elements
separated by commas and a space, surrounded by braces and prefixed with
the metatable's name.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:37 2023 UTC (17 months, 1 week ago) by pho
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Bump Haskell packages after updating lang/ghc94
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:40:57 2023 UTC (2 years, 1 month 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.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 27 15:59:28 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
lang/hs-hslua-list: import hs-hslua-list-1.1.0.1
Opinionated, fast, and extensible implementation of a Lua List type. The
type re-uses some parts of Lua's base library, so the base library must be
loaded before this one.
CVSweb <webmaster@jp.NetBSD.org>