From c9d4021ece8cbb3d1c55e8b97fb3127224ffc657a101e5da6d53d92f5f2f5322 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 3 Feb 2023 09:19:02 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-extra revision:23, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-extra?expand=0&rev=94 --- extra-1.7.12.tar.gz | 3 --- extra-1.7.9.tar.gz | 3 +++ ghc-extra.changes | 18 ------------------ ghc-extra.spec | 4 ++-- 4 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 extra-1.7.12.tar.gz create mode 100644 extra-1.7.9.tar.gz diff --git a/extra-1.7.12.tar.gz b/extra-1.7.12.tar.gz deleted file mode 100644 index 8586512..0000000 --- a/extra-1.7.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e571a9ec1d8865f0fbb0e0ba1eb575f783b0365c80db19b54a93600bae43b03c -size 45598 diff --git a/extra-1.7.9.tar.gz b/extra-1.7.9.tar.gz new file mode 100644 index 0000000..54c4a9a --- /dev/null +++ b/extra-1.7.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66e26a63b216f0ca33665a75c08eada0a96af192ace83a18d87839d79afdf9d +size 44369 diff --git a/ghc-extra.changes b/ghc-extra.changes index 8b47654..d3e9f98 100644 --- a/ghc-extra.changes +++ b/ghc-extra.changes @@ -1,21 +1,3 @@ -------------------------------------------------------------------- -Fri Sep 2 11:34:48 UTC 2022 - Peter Simons - -- Update extra to version 1.7.12. - 1.7.12, released 2022-09-02 - #98, make both lazy in its argument - #98, make first3,second3,third3 lazy in their argument - #98, make firstM,secondM lazy in their argument - #86, add notNull for Foldable - 1.7.11, released 2022-08-21 - #95, add List.repeatedlyNE and NonEmpty.repeatedly - #94, add groupOnKey - #91, add foldl1' to NonEmpty - 1.7.10, released 2021-08-29 - #81, add assertIO function - #85, add !? to do !! list indexing returning a Maybe - #80, add strict Var functions modifyVar', modifyVar_', writeVar' - ------------------------------------------------------------------- Tue Sep 7 11:57:05 UTC 2021 - psimons@suse.com diff --git a/ghc-extra.spec b/ghc-extra.spec index 38eb3e7..3119d0a 100644 --- a/ghc-extra.spec +++ b/ghc-extra.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-extra # -# Copyright (c) 2022 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 @@ -19,7 +19,7 @@ %global pkg_name extra %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.7.12 +Version: 1.7.9 Release: 0 Summary: Extra functions I use License: BSD-3-Clause