forked from pool/ghc-pandoc-types
Accepting request 1288398 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1288398 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-pandoc-types?expand=0&rev=42
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 16:56:44 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-types to version 1.23.1 revision 3.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 04:45:52 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-pandoc-types
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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/2.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-QuickCheck-prof
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
cabal-version: 2.2
|
||||
Name: pandoc-types
|
||||
version: 1.23.1
|
||||
x-revision: 2
|
||||
x-revision: 3
|
||||
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.16
|
||||
QuickCheck >= 2.10 && < 2.17
|
||||
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.16,
|
||||
QuickCheck >= 2.10 && < 2.17,
|
||||
HUnit >= 1.2 && < 1.7,
|
||||
template-haskell >= 2
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O2
|
||||
|
||||
Reference in New Issue
Block a user