File ghc-toml-parser.changes of Package ghc-toml-parser.32273
-------------------------------------------------------------------
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.
## 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
-------------------------------------------------------------------
Tue Nov 28 18:44:21 UTC 2023 - Peter Simons <psimons@suse.com>
- Add toml-parser at version 1.3.1.0.