update to 2.0.1.5 for ghc-7.8

This commit is contained in:
Jens Petersen 2014-05-14 16:21:47 +09:00
parent f6bc133726
commit a792afacbc
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/async-2.0.1.4.tar.gz /async-2.0.1.4.tar.gz
/async-2.0.1.5.tar.gz

View File

@ -2,15 +2,18 @@
%global pkg_name async %global pkg_name async
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
# part of Haskell Platform # part of Haskell Platform
Version: 2.0.1.4 Version: 2.0.1.5
Release: 30%{?dist} Release: 1%{?dist}
Summary: Asynchronous IO operations Summary: Asynchronous IO operations
License: BSD License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name} URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
@ -74,6 +77,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog %changelog
* Wed May 14 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.5-1
- update to 2.0.1.5
* Tue Feb 4 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.4-30 * Tue Feb 4 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.4-30
- bump release over current haskell-platform - bump release over current haskell-platform

View File

@ -1 +1 @@
b62af9134df64aaa6868a7c50c856c38 async-2.0.1.4.tar.gz fa571b9056764ed6d419dadd1349d1e3 async-2.0.1.5.tar.gz