File ghc-toml-parser.changes of Package ghc-toml-parser
-------------------------------------------------------------------
Wed Apr 30 14:48:43 UTC 2025 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 2.0.1.2.
## 2.0.1.2
* Reject inputs with out-of-bounds time zone offsets in accordance
with the toml-tests test suite.
## 2.0.1.1
* Fixes bug that prohibited non-ASCII characters in `'''` strings.
-------------------------------------------------------------------
Thu Dec 19 00:34:19 UTC 2024 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 2.0.1.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri May 31 22:57:05 UTC 2024 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 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.
-------------------------------------------------------------------
Mon May 13 16:26:55 UTC 2024 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 2.0.0.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri Mar 22 20:57:47 UTC 2024 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 2.0.0.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Feb 26 17:36:04 UTC 2024 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 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`
-------------------------------------------------------------------
Mon Jan 15 18:58:05 UTC 2024 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 1.3.2.0.
## 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.
-------------------------------------------------------------------
Wed Jan 10 05:21:23 UTC 2024 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 1.3.1.3.
## 1.3.1.3
* Bugfix: Previous fix admitted some invalid inline tables - these are now rejected
-------------------------------------------------------------------
Fri Jan 5 23:44:25 UTC 2024 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 1.3.1.2.
## 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.
-------------------------------------------------------------------
Sat Dec 9 19:31:25 UTC 2023 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 1.3.1.1.
## 1.3.1.1
* Ensure years are rendered zero-padded
-------------------------------------------------------------------
Tue Nov 28 18:44:21 UTC 2023 - Peter Simons <psimons@suse.com>
- Update toml-parser to version 1.3.1.0.
## 1.3.1.0
* Added `Toml.Semantics.Ordered` for preserving input TOML orderings
* Added support for pretty-printing multi-line strings
-------------------------------------------------------------------
Sun Jul 16 22:50:51 UTC 2023 - Peter Simons <psimons@suse.com>
- Add toml-parser at version 1.3.0.0.