From 8c960bc65f922d53ceeff8adea4d3416a49b26f2f6fcd0b53dabebc4a27624bb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Aug 2023 08:05:29 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-pandoc-types revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=113 --- ghc-pandoc-types.changes | 16 ++++++++++++++++ ghc-pandoc-types.spec | 2 +- pandoc-types-1.23.0.1.tar.gz | 3 --- pandoc-types-1.23.1.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 pandoc-types-1.23.0.1.tar.gz create mode 100644 pandoc-types-1.23.1.tar.gz diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes index 92b7f98..bc85ec5 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Aug 6 18:14:57 UTC 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 7 05:47:26 UTC 2023 - Peter Simons diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index e43b79c..7c22881 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.23.0.1 +Version: 1.23.1 Release: 0 Summary: Types for representing a structured document License: GPL-2.0-only diff --git a/pandoc-types-1.23.0.1.tar.gz b/pandoc-types-1.23.0.1.tar.gz deleted file mode 100644 index b42672a..0000000 --- a/pandoc-types-1.23.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:515637549263bec8457e58d0c73f1ce424934f98672a7e848146e2be22959d46 -size 36329 diff --git a/pandoc-types-1.23.1.tar.gz b/pandoc-types-1.23.1.tar.gz new file mode 100644 index 0000000..4f399a6 --- /dev/null +++ b/pandoc-types-1.23.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0fa083d28d452b7d37a1c67a2c140137a5f29a2f52fd88e807fac20245a1c1 +size 36480