Accepting request 801017 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/801017 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-extra?expand=0&rev=25
This commit is contained in:
commit
81cd9ab88d
@ -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 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 6 06:54:11 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
|
Thu Feb 27 14:18:04 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -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.6.20
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extra functions I use
|
Summary: Extra functions I use
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -36,6 +36,7 @@ BuildRequires: ghc-time-devel
|
|||||||
BuildRequires: ghc-unix-devel
|
BuildRequires: ghc-unix-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
BuildRequires: ghc-quickcheck-instances-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user