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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-extra?expand=0&rev=73
This commit is contained in:
Peter Simons 2020-06-16 10:56:39 +00:00 committed by Git OBS Bridge
parent a0dd1f1007
commit 1f861affa7
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a47f452a8b012973bff015facefff28d0bbc39910dadcaac9e1b35dbd2ee507f
size 41439

3
extra-1.7.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca1a3930fa8f28acaec5a2a7657f5249310a2973bd056c8fcbe28ff98d27bca5
size 42028

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jun 9 09:10:56 UTC 2020 - psimons@suse.com
- Update extra to version 1.7.3.
1.7.3, released 2020-05-30
#58, add disjointOrd and disjointOrdBy
1.7.2, released 2020-05-25
#56, add zipWithLongest
#57, make duration in MonadIO
Simplify and optimise Barrier
Mark modules that are empty as DEPRECATED
Remove support for GHC 7.10
-------------------------------------------------------------------
Wed May 6 06:54:11 UTC 2020 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-extra
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name extra
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.7.1
Version: 1.7.3
Release: 0
Summary: Extra functions I use
License: BSD-3-Clause
@ -31,7 +31,6 @@ BuildRequires: ghc-directory-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-semigroups-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-unix-devel
%if %{with tests}