diff --git a/.gitignore b/.gitignore index 99ef793..0162311 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /resourcet-0.3.1.tar.gz +/resourcet-0.3.2.tar.gz diff --git a/ghc-resourcet.spec b/ghc-resourcet.spec index 7cfba60..e3cb491 100644 --- a/ghc-resourcet.spec +++ b/ghc-resourcet.spec @@ -11,7 +11,7 @@ All register cleanup actions live in the IO monad, not the main monad.\ This allows both more efficient code, and for monads to be transformed. Name: ghc-%{pkg_name} -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} Summary: %{common_summary} @@ -56,6 +56,9 @@ BuildRequires: ghc-lifted-base-devel %changelog +* Tue Apr 10 2012 Jens Petersen - 0.3.2-1 +- update to 0.3.2 + * Sat Mar 24 2012 Jens Petersen - 0.3.1-1 - BSD - depends on lifted-base and containers diff --git a/sources b/sources index 40ce128..058bf56 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b12243c671870b85e0b3501c4129ea1 resourcet-0.3.1.tar.gz +f8c6e2a8c990192741ef7497408af495 resourcet-0.3.2.tar.gz