osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-parallel revision:18, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-parallel?expand=0&rev=28
This commit is contained in:
Ondřej Súkup 2021-03-08 08:01:19 +00:00 committed by Git OBS Bridge
parent b0cba4a975
commit 1451555473
3 changed files with 66 additions and 60 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 19 23:02:56 UTC 2021 - psimons@suse.com
- Update parallel to version 3.2.2.0 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-parallel
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@ Summary: Parallel programming library
License: BSD-3-Clause
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-array-devel
BuildRequires: ghc-containers-devel

View File

@ -1,6 +1,6 @@
name: parallel
version: 3.2.2.0
x-revision: 2
x-revision: 3
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
@ -44,7 +44,7 @@ library
build-depends:
array >= 0.3 && < 0.6,
base >= 4.3 && < 4.15,
base >= 4.3 && < 4.16,
containers >= 0.4 && < 0.7,
deepseq >= 1.1 && < 1.5