diff --git a/extra-1.6.14.tar.gz b/extra-1.6.14.tar.gz deleted file mode 100644 index c4460ab..0000000 --- a/extra-1.6.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a60641530d96653ecc365aa042f4061892154995915d91f432ea5a2e3aaf129c -size 41074 diff --git a/extra-1.6.15.tar.gz b/extra-1.6.15.tar.gz new file mode 100644 index 0000000..5c4d6e9 --- /dev/null +++ b/extra-1.6.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1187283ce279eed31093d7184e6bc4c684aafff12a529bffad1a1f7a097dcd +size 39558 diff --git a/ghc-extra.changes b/ghc-extra.changes index d6cb5ed..d55d67d 100644 --- a/ghc-extra.changes +++ b/ghc-extra.changes @@ -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 diff --git a/ghc-extra.spec b/ghc-extra.spec index 37229dc..e066379 100644 --- a/ghc-extra.spec +++ b/ghc-extra.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name extra %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.6.14 +Version: 1.6.15 Release: 0 Summary: Extra functions I use License: BSD-3-Clause @@ -32,6 +32,7 @@ BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-process-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-semigroups-devel BuildRequires: ghc-time-devel BuildRequires: ghc-unix-devel %if %{with tests}