Updated to 0.3.0.5

This commit is contained in:
Shakthi Kannan 2012-08-17 22:28:28 +05:30
parent 4f39edb7c1
commit 55e1e7c7d7
3 changed files with 19 additions and 12 deletions

1
.gitignore vendored
View File

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

View File

@ -6,14 +6,15 @@
%global common_summary Monad-transformer for Control.Exception
%global common_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.
%global common_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.
Name: ghc-%{pkg_name}
Version: 0.3.0.4
Release: 6%{?dist}
Version: 0.3.0.5
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -25,8 +26,9 @@ ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
BuildRequires: ghc-extensible-exceptions-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-extensible-exceptions-devel
%description
%{common_description}
@ -57,6 +59,10 @@ BuildRequires: ghc-mtl-devel
%changelog
* Fri Aug 17 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.3.0.5-1
- Updated to 0.3.0.5
- spec file template generated by cabal2spec-0.25.5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
@ -82,19 +88,19 @@ BuildRequires: ghc-mtl-devel
- rebuild with new gmp
* Mon Aug 22 2011 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT org> - 0.3.0.4-1
- Updated to upstream 0.3.0.4.
- Updated to upstream 0.3.0.4
* Fri Jun 24 2011 Jens Petersen <petersen@redhat.com> - 0.3.0.3-3
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
* Sun Jun 12 2011 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT org> - 0.3.0.3-2
- Updated to cabal2spec-0.22.7.
- Updated to cabal2spec-0.22.7
* Fri Jun 10 2011 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT org> - 0.3.0.3-1
- Updated to upstream 0.3.0.3.
- Updated to upstream 0.3.0.3
* Sat May 28 2011 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT org> - 0.3.0.2-1
- Updated to upstream 0.3.0.2.
- Updated to upstream 0.3.0.2
* Sat Sep 04 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.0.1-1
- Initial package

View File

@ -1 +1 @@
29217e4667f96f2071611125de9fc872 MonadCatchIO-mtl-0.3.0.4.tar.gz
5e8401291f4dbd312449a720e8e6fb5e MonadCatchIO-mtl-0.3.0.5.tar.gz