osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-extra revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-extra?expand=0&rev=70
This commit is contained in:
parent
f2c54e21bb
commit
910fca293d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19ea4ed3caec0a7b7f53d1ce59854728bb902f19c3cff0f77d390ea6479da02f
|
||||
size 41006
|
3
extra-1.7.1.tar.gz
Normal file
3
extra-1.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a47f452a8b012973bff015facefff28d0bbc39910dadcaac9e1b35dbd2ee507f
|
||||
size 41439
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 08:06:53 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update extra to version 1.7.1.
|
||||
1.7.1, released 2020-03-10
|
||||
Add NOINLINE to errorIO to work around a GHC 8.4 bug
|
||||
1.7, released 2020-03-05
|
||||
* #40, delete deprecated function for
|
||||
* zipFrom now truncates lists, rather than error, just like zip
|
||||
1.6.21, released 2020-03-02
|
||||
#54, deprecate nubOn since its O(n^2). Use nubOrdOn
|
||||
#53, add some nub functions to NonEmpty
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 14:18:04 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name extra
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.6.20
|
||||
Version: 1.7.1
|
||||
Release: 0
|
||||
Summary: Extra functions I use
|
||||
License: BSD-3-Clause
|
||||
@ -36,6 +36,7 @@ BuildRequires: ghc-time-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-quickcheck-instances-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user