From 41d67e11e84b61bed40751dab3d4a93b1e2b699c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Jun 2013 17:26:14 +0900 Subject: [PATCH] update to 0.3.2.1 --- .gitignore | 1 + ghc-monad-control.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f2cd15a..75474b6 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-monad-control.spec b/ghc-monad-control.spec index 4a4c80a..a3edb91 100644 --- a/ghc-monad-control.spec +++ b/ghc-monad-control.spec @@ -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 - 0.3.1.4-3 +* Mon Jun 10 2013 Jens Petersen - 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 - 0.3.1.4-2 diff --git a/sources b/sources index 82f38c1..ad9f726 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea20f9fa1d65db2ae60afeb8954b547e monad-control-0.3.1.4.tar.gz +91f6c3e726b50dc0e625ad17ee5812a9 monad-control-0.3.2.1.tar.gz