update to 0.3.2.1
This commit is contained in:
parent
6a16d64769
commit
41d67e11e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/monad-control-0.3.1.tar.gz
|
/monad-control-0.3.1.tar.gz
|
||||||
/monad-control-0.3.1.3.tar.gz
|
/monad-control-0.3.1.3.tar.gz
|
||||||
/monad-control-0.3.1.4.tar.gz
|
/monad-control-0.3.1.4.tar.gz
|
||||||
|
/monad-control-0.3.2.1.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global pkg_name monad-control
|
%global pkg_name monad-control
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3.1.4
|
Version: 0.3.2.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Lift control operations through monad transformers
|
Summary: Lift control operations through monad transformers
|
||||||
|
|
||||||
License: BSD
|
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.
|
This package is a rewrite of Anders Kaseorg's monad-peel library.
|
||||||
The main difference is that this package provides CPS style operators
|
The main difference is that this package provides CPS style operators
|
||||||
and exploits the RankNTypes and TypeFamilies language extensions to
|
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.
|
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
|
%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
|
- update to new simplified Haskell Packaging Guidelines
|
||||||
|
|
||||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1.4-2
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1.4-2
|
||||||
|
Loading…
Reference in New Issue
Block a user