Accepting request 715408 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/715408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-auto-update?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2019-07-29 15:25:59 +00:00 committed by Git OBS Bridge
commit d6f3c25d9b
4 changed files with 23 additions and 4 deletions

View File

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

3
auto-update-0.1.6.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 10 02:03:01 UTC 2019 - psimons@suse.com
- Update auto-update to version 0.1.6.
## 0.1.6
* Add control of activation on leading vs. trailing edges for Control.Debounce
[#756](https://github.com/yesodweb/wai/pull/756)
-------------------------------------------------------------------
Wed Jun 19 11:46:38 UTC 2019 - psimons@suse.com

View File

@ -17,8 +17,9 @@
%global pkg_name auto-update
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.1.5
Version: 0.1.6
Release: 0
Summary: Efficiently run periodic, on-demand actions
License: MIT
@ -27,6 +28,12 @@ URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-retry-devel
%endif
%description
API docs and the README are available at
@ -52,6 +59,9 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
%check
%cabal_test
%post devel
%ghc_pkg_recache