update to 2.0.1.5 for ghc-7.8
This commit is contained in:
parent
f6bc133726
commit
a792afacbc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/async-2.0.1.4.tar.gz
|
/async-2.0.1.4.tar.gz
|
||||||
|
/async-2.0.1.5.tar.gz
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user