Accepting request 829270 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/829270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-extra?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2020-08-28 19:32:23 +00:00 committed by Git OBS Bridge
commit 0ea62b6a43
4 changed files with 25 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Aug 22 02:01:49 UTC 2020 - psimons@suse.com
- Update extra to version 1.7.6.
1.7.6, released 2020-08-21
#66, add lots of functions to Data.Foldable.Extra (anyM etc)
-------------------------------------------------------------------
Tue Aug 18 10:44:48 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Thu Aug 13 02:00:26 UTC 2020 - psimons@suse.com
- Update extra to version 1.7.5.
1.7.5, released 2020-08-12
#65, add Data.Foldable.Extra
#65, add sum', product', sumOn' and productOn'
-------------------------------------------------------------------
Thu Jul 16 02:00:23 UTC 2020 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name extra
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.7.4
Version: 1.7.6
Release: 0
Summary: Extra functions I use
License: BSD-3-Clause
@ -60,7 +60,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
%autosetup -n %{pkg_name}-%{version}
%build
%ghc_lib_build