The NetBSD Project

CVS log for pkgsrc/textproc/hs-toml-parser/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / hs-toml-parser

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:40:04 2025 UTC (12 days, 21 hours ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:59 2025 UTC (6 weeks, 1 day ago) by pho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 30 13:26:08 2025 UTC (6 weeks, 4 days ago) by pho
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
textproc/hs-toml-parser: update to toml-parser-2.0.1.0

## 2.0.1.0

* Added `ToValue UTCTime` and `FromValue UTCTime`. These correspond
  to offset data-times with the timezone translated to UTC.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:48 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.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 29 04:15:50 2024 UTC (10 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
textproc/hs-toml-parser: Update to 2.0.0.0

2.0.0.0
* Pervasive annotations on the values added to allow for detailed
  positional error reporting throughout parsing and validation.
* Replace uses of String with Text in the Value type and throughout the API
* Reorganized almost all of the modules to minimize imports that upstream
  packages will actually need.

1.3.3.0
* Added IsString Value instance.
* Addded helpers for runMatcher for ignoring and failing on warning
  runMatcherIgnoreWarn and runMatcherFatalWarn

1.3.2.0
* Added Toml.Generic to make instances easily derivable via DerivingVia.
* Added GHC.Generics support for switching between product types and TOML
  arrays.

1.3.1.3
* Bugfix: Previous fix admitted some invalid inline tables - these are now
  rejected

1.3.1.2
* Bugfix: In some cases overlapping keys in inline tables could throw an
  exception instead instead of returning the proper semantic error value.

1.3.1.1
* Ensure years are rendered zero-padded

1.3.1.0
* Added Toml.Semantics.Ordered for preserving input TOML orderings
* Added support for pretty-printing multi-line strings

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:37:39 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.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 27 10:22:19 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
textproc/hs-toml-parser: import hs-toml-parser-1.3.0.0

TOML parser using generated lexers and parsers with careful attention to
the TOML 1.0.0 semantics for defining tables.

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>