From a675cd56dddb122f156350eec7d76a9295e997b08e4d2e231a674d829fbf2374 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Apr 2024 21:00:54 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-pandoc-types revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=118 --- ghc-pandoc-types.changes | 6 ++++++ ghc-pandoc-types.spec | 4 ++-- pandoc-types.cabal | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes index 5162e81..0e8e254 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 23 04:45:52 UTC 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 00:17:15 UTC 2023 - Peter Simons diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index b2cbddc..5f55b78 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-pandoc-types # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Summary: Types for representing a structured document License: GPL-2.0-only URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-QuickCheck-prof diff --git a/pandoc-types.cabal b/pandoc-types.cabal index 805b1ce..d684d0a 100644 --- a/pandoc-types.cabal +++ b/pandoc-types.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 Name: pandoc-types version: 1.23.1 -x-revision: 1 +x-revision: 2 Synopsis: Types for representing a structured document Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data structure, which is used by pandoc to represent @@ -57,7 +57,7 @@ Library bytestring >= 0.9 && < 0.13, aeson >= 0.6.2 && < 2.3, transformers >= 0.2 && < 0.7, - QuickCheck >= 2.10 && < 2.15 + QuickCheck >= 2.10 && < 2.16 if !impl(ghc >= 8.0) Build-depends: semigroups == 0.18.* ghc-options: -Wall @@ -78,7 +78,7 @@ test-suite test-pandoc-types test-framework >= 0.3 && < 0.9, test-framework-hunit >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2.9 && < 0.4, - QuickCheck >= 2.10 && < 2.15, + QuickCheck >= 2.10 && < 2.16, HUnit >= 1.2 && < 1.7, template-haskell >= 2 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O2