osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-pandoc-types revision:16, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=96
This commit is contained in:
Peter Simons 2020-10-20 09:15:42 +00:00 committed by Git OBS Bridge
parent 03e9b29667
commit b0d149501f
4 changed files with 53 additions and 4 deletions

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Oct 13 07:05:30 UTC 2020 - psimons@suse.com
- Update pandoc-types to version 1.22.
[1.22]
* Deprecate isNull from Builder: null can serve just as well (#67).
Use null instead of isNull in Arbitrary (Christian Despres, #84).
* Use untagged JSON encoding for single-constructor types (#75, #76,
Christian Despres). All of the single constructor types related
to Table are now represented in JSON either as arrays (for
multi-argument constructors) or as the representation of the
inner type (for single argument constructors). This behaviour
for newtype-defined and multi-argument non-record types is now
consistent across the entire JSON interface, with the exception
of Pandoc itself (which is represented as a JSON object with
additional metadata). Multi-argument records (of which Citation
is the only example) are still represented as objects with the
record accessors as keys.
* The Meta and Citation types now use derived JSON serialization (newtype
and generic, respectively). The format remains the same as before
(Christian Despres).
* New serialization tests now test that Meta and the Table types are
encoded properly in JSON (Christian Despres).
* Use TH To/FromJSON instances (Christian Despres).
* Remove unused Legacy modules (#80, Despres).
They are not exported, and are not used internally.
* Change the table builder to permit looser intermediate table heads (#77,
Christian Despres).
The table builder (and the normalizeTableBody function) now permit
cells in the intermediate head of a TableBody to extend past the
RowHeadColumns. This allows for intermediate tables to have
subheadings that extend across the entire table.
Formerly the table builder would treat the intermediate head like the
intermediate body, and clip or drop cells that extended past the row
head.
* Update QuickCheck lower bound.
* Fix redundant pattern match.
-------------------------------------------------------------------
Tue Aug 18 10:45:38 UTC 2020 - Peter Simons <psimons@suse.com>

View File

@ -19,7 +19,7 @@
%global pkg_name pandoc-types
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.21
Version: 1.22
Release: 0
Summary: Types for representing a structured document
License: GPL-2.0-only

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca6a72311b94baf2f5d758c98dcf2e4cb5c76fc463b220a7310bf02821046bf1
size 35626

3
pandoc-types-1.22.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:380175de810d6715d021335f136cbe00c752342e86c92cf81da1a4c27db2254f
size 34702