Accepting request 1171049 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1171049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-pandoc-types?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2024-05-01 12:57:17 +00:00 committed by Git OBS Bridge
commit 3dfc0416b0
3 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 23 04:45:52 UTC 2024 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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

View File

@ -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