update to 0.3.1.0

This commit is contained in:
Jens Petersen 2014-09-01 18:56:37 +09:00
parent f25cb402de
commit 84588db566
3 changed files with 20 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/MonadCatchIO-mtl-0.3.0.3.tar.gz
/MonadCatchIO-mtl-0.3.0.4.tar.gz
/MonadCatchIO-mtl-0.3.0.5.tar.gz
/MonadCatchIO-mtl-0.3.1.0.tar.gz

View File

@ -2,39 +2,42 @@
%global pkg_name MonadCatchIO-mtl
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.3.0.5
Release: 7%{?dist}
Version: 0.3.1.0
Release: 1%{?dist}
Summary: Monad-transformer for Control.Exception
License: BSD
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-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-MonadCatchIO-transformers-devel
BuildRequires: ghc-extensible-exceptions-devel
BuildRequires: ghc-mtl-devel
# End cabal-rpm deps
%description
Provides a monad-transformer version of the
@Control.Exception.catch@ function. For this, it defines the
@MonadCatchIO@ class, a subset of @MonadIO@. It defines
proper instances for most monad transformers in the 'mtl'
library.
Provides a monad-transformer version of the 'Control.Exception.catch' function.
For this, it defines the 'MonadCatchIO' class, a subset of 'MonadIO'.
It defines proper instances for most monad transformers in the 'mtl' library.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
This package provides the Haskell %{pkg_name} library development
files.
%prep
@ -65,6 +68,10 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Mon Sep 01 2014 Jens Petersen <petersen@redhat.com> - 0.3.1.0-1
- update to 0.3.1.0
- refresh to cblrpm-0.8.11
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
5e8401291f4dbd312449a720e8e6fb5e MonadCatchIO-mtl-0.3.0.5.tar.gz
30f2b7f442f33193091f12f8e206f8f7 MonadCatchIO-mtl-0.3.1.0.tar.gz