Accepting request 698549 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/698549 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-extra?expand=0&rev=20
This commit is contained in:
commit
410a4ae056
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a60641530d96653ecc365aa042f4061892154995915d91f432ea5a2e3aaf129c
|
|
||||||
size 41074
|
|
3
extra-1.6.15.tar.gz
Normal file
3
extra-1.6.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb1187283ce279eed31093d7184e6bc4c684aafff12a529bffad1a1f7a097dcd
|
||||||
|
size 39558
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 23 02:01:56 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update extra to version 1.6.15.
|
||||||
|
1.6.15, released 2019-04-22
|
||||||
|
#45, add NonEmpty.Extra for extra appending functions
|
||||||
|
#42, add fromMaybeM
|
||||||
|
Remove support for GHC 7.4, 7.6 and 7.8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 11 03:01:57 UTC 2018 - psimons@suse.com
|
Tue Dec 11 03:01:57 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-extra
|
# spec file for package ghc-extra
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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.6.14
|
Version: 1.6.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extra functions I use
|
Summary: Extra functions I use
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -32,6 +32,7 @@ BuildRequires: ghc-directory-devel
|
|||||||
BuildRequires: ghc-filepath-devel
|
BuildRequires: ghc-filepath-devel
|
||||||
BuildRequires: ghc-process-devel
|
BuildRequires: ghc-process-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
|
BuildRequires: ghc-semigroups-devel
|
||||||
BuildRequires: ghc-time-devel
|
BuildRequires: ghc-time-devel
|
||||||
BuildRequires: ghc-unix-devel
|
BuildRequires: ghc-unix-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
Loading…
Reference in New Issue
Block a user