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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=90
This commit is contained in:
Peter Simons 2020-07-08 19:28:30 +00:00 committed by Git OBS Bridge
parent 926b6db521
commit 3de5961c16
4 changed files with 46 additions and 6 deletions

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Tue Jun 23 09:15:18 UTC 2020 - psimons@suse.com
- Update pandoc-types to version 1.21.
[1.21]
* Add Underline constructor (#68, Vaibhav Sagar).
* Improve table types to allow col, rowspans and more (#65, Christian
Despres). The additions include modification of the Block type, some
newtypes related to tables, and changes to the table builders. The table
builder is now aware of the new Table constructor, and normalizes the
input table appropriately, so that when laid onto a grid the resulting
table has no empty spaces, overlapping cells, or cells that extend beyond
their section boundary.
Three properties of normalization are checked:
- Normalization is idempotent.
- Each row of a normalized table is an initial segment of the
corresponding row in the unnormalized table, modulo changed cell
dimensions, dropped cells, and padding with empty cells. This is only
checked for the first row of the TableBody, however, due to row head
difficulties.
- The sum of the cell lengths in the first row of every
normalized table section is always equal to the total table width.
`simpleTable` has been changed so that a null header list becomes a
TableHead with a null body, not a TableHead with a single empty row.
* Bump QuickCheck upper bound.
* Change lower bound for QuickCheck to 2.10 (needed for `liftShrink2`).
* Small code quality improvements (Joseph C. Sible, #69).
* Allow aeson 1.5 (#72, Felix Yan).
* Fixed documentation typo (Merlin Göttlinger).
* Add COMPLETE pragmas to the pattern definitions (Christian Despres).
-------------------------------------------------------------------
Tue Jun 16 11:14:26 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.20
Version: 1.21
Release: 0
Summary: Types for representing a structured document
License: GPL-2.0-only
@ -74,8 +74,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
cabal-tweak-dep-ver QuickCheck '< 2.14' '< 3'
cabal-tweak-dep-ver aeson '< 1.5' '< 2'
%build
%ghc_lib_build

View File

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

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

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