diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes index c3feb1b..5b21c0a 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -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 diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index f365f6b..b0430bf 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -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 diff --git a/pandoc-types-1.20.tar.gz b/pandoc-types-1.20.tar.gz deleted file mode 100644 index b57d171..0000000 --- a/pandoc-types-1.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aac716bcf493e0cd53428fa8cd892fdd7af3a6184145c25543bf6fe8b94fe873 -size 29505 diff --git a/pandoc-types-1.21.tar.gz b/pandoc-types-1.21.tar.gz new file mode 100644 index 0000000..9349dcd --- /dev/null +++ b/pandoc-types-1.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6a72311b94baf2f5d758c98dcf2e4cb5c76fc463b220a7310bf02821046bf1 +size 35626