Changelog for
ghc-pandoc-types-1.23.1-3.10.x86_64.rpm :
* Tue Apr 23 2024 Peter Simons
- Update pandoc-types to version 1.23.1 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Thu Nov 16 2023 Peter Simons - Update pandoc-types to version 1.23.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Sun Aug 06 2023 Peter Simons - Update pandoc-types to version 1.23.1. [1.23.1]
* Restore toJSONFilter instance for pure `a -> [a]`. This went missing after my ill-considered revision to #105, commit 183af9d9f1066be974ac55fd23a4c985999d3ce8 . See jgm/pandoc#8976.
* Generalize ToJSONFilter instance. Previously a pure function `a -> a` could only be promoted to a filter in IO. Now we allow it to work with any instance of MonadIO. (This adds to #105.)
* Allow bytestring 0.12.
* Fri Jul 07 2023 Peter Simons - Update pandoc-types to version 1.23.0.1. [1.23.0.1]
* Allow aeson 2.2.
* Remove dependency on string-qq (recbecca skinner).
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Wed Jan 18 2023 Peter Simons - Update pandoc-types to version 1.23. [1.23]
* Remove Null constructor from Block (#91) [API change].
* ToJSONFilter: Add instance for MonadIO (#105, Willem Van Onsem) [API change].
* Add `Figure` block constructor (Albert Krewinkel, Aner Lucero, and Christian Despres) [API change]. The new Figure block represents a figure with attributes, caption, and arbitrary block content.
* Sat Aug 13 2022 Peter Simons - Update pandoc-types to version 1.22.2.1. [1.22.2.1]
* Allow aeson 2.1.
* and criterion 1.6.
* Sat Apr 02 2022 Peter Simons - Update pandoc-types to version 1.22.2. [1.22.2]
* Use StrictData in Text.Pandoc.Definition.
* Add Walkable Meta(Value) Pandoc instances (Travis Cardwell).
* Mon Nov 01 2021 psimonsAATTsuse.com- Update pandoc-types to version 1.22.1. [1.22.1]
* Text.Pandoc.Builder: add simpleFigure, simpleFigureWith, and the SimpleFigure bidirectional pattern synonym (Aner Lucero) [API change].
* Allow bytestring 0.11 (Alexander Batischev).
* Update stack resolver to lts-18.10
* Allow aeson 2+. Tested with aeson 2.0.1.0.
* Allow transformers 0.6.
* Fix incorrect table ColWidth documentation (#85, Nils Carlson). The documentation stated that the ColWidth represented the width of the column as a fraction of the table width when in represents a percentage of the text width.
* Thu Oct 07 2021 psimonsAATTsuse.com- Update pandoc-types to version 1.22 revision 1. Upstream has revised the Cabal build instructions on Hackage.