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
This commit is contained in:
parent
9795151f00
commit
a675cd56dd
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user