update to 0.3.2.1

This commit is contained in:
Jens Petersen 2013-06-10 17:26:14 +09:00
parent 6a16d64769
commit 41d67e11e8
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/monad-control-0.3.1.tar.gz
/monad-control-0.3.1.3.tar.gz
/monad-control-0.3.1.4.tar.gz
/monad-control-0.3.2.1.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name monad-control
Name: ghc-%{pkg_name}
Version: 0.3.1.4
Release: 3%{?dist}
Version: 0.3.2.1
Release: 1%{?dist}
Summary: Lift control operations through monad transformers
License: BSD
@ -33,7 +33,7 @@ monad that is an instance of MonadBase or MonadBaseControl.
This package is a rewrite of Anders Kaseorg's monad-peel library.
The main difference is that this package provides CPS style operators
and exploits the RankNTypes and TypeFamilies language extensions to
simplify and speedup most definitions. A criterion benchmark shows
simplify and speedup most definitions. A criterion-based benchmark shows
that monad-control is on average about 99% faster than monad-peel.
@ -77,7 +77,8 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Fri Jun 07 2013 Jens Petersen <petersen@redhat.com> - 0.3.1.4-3
* Mon Jun 10 2013 Jens Petersen <petersen@redhat.com> - 0.3.2.1-1
- update to 0.3.2.1
- update to new simplified Haskell Packaging Guidelines
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1.4-2

View File

@ -1 +1 @@
ea20f9fa1d65db2ae60afeb8954b547e monad-control-0.3.1.4.tar.gz
91f6c3e726b50dc0e625ad17ee5812a9 monad-control-0.3.2.1.tar.gz