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
This commit is contained in:
parent
9b7d36681e
commit
c9d4021ece
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e571a9ec1d8865f0fbb0e0ba1eb575f783b0365c80db19b54a93600bae43b03c
|
|
||||||
size 45598
|
|
3
extra-1.7.9.tar.gz
Normal file
3
extra-1.7.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f66e26a63b216f0ca33665a75c08eada0a96af192ace83a18d87839d79afdf9d
|
||||||
|
size 44369
|
@ -1,21 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Sep 2 11:34:48 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- 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
|
Tue Sep 7 11:57:05 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-extra
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name extra
|
%global pkg_name extra
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.7.12
|
Version: 1.7.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extra functions I use
|
Summary: Extra functions I use
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user