update to 0.4.0.2

This commit is contained in:
Jens Petersen 2012-11-07 21:48:42 +09:00
parent f8c05b7876
commit 3cde057a8a
3 changed files with 15 additions and 10 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/resourcet-0.3.2.tar.gz /resourcet-0.3.2.tar.gz
/resourcet-0.3.2.1.tar.gz /resourcet-0.3.2.1.tar.gz
/resourcet-0.3.2.2.tar.gz /resourcet-0.3.2.2.tar.gz
/resourcet-0.4.0.2.tar.gz

View File

@ -1,4 +1,3 @@
# cabal2spec-0.25
# https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
@ -11,21 +10,24 @@ 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. This allows both more efficient code, and for monads to be transformed.
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.3.2.2 Version: 0.4.0.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: %{common_summary} Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD License: BSD
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name} URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} BuildRequires: ghc-rpm-macros
# END cabal2spec # Begin cabal-rpm deps:
BuildRequires: ghc-containers-devel BuildRequires: ghc-containers-devel
BuildRequires: ghc-lifted-base-devel BuildRequires: ghc-lifted-base-devel
BuildRequires: ghc-monad-control-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-transformers-base-devel
# End cabal-rpm deps
%description %description
%{common_description} %{common_description}
@ -43,7 +45,6 @@ BuildRequires: ghc-lifted-base-devel
%ghc_lib_install %ghc_lib_install
# devel subpackage
%ghc_devel_package %ghc_devel_package
%ghc_devel_description %ghc_devel_description
@ -56,6 +57,9 @@ BuildRequires: ghc-lifted-base-devel
%changelog %changelog
* Wed Nov 07 2012 Jens Petersen <petersen@redhat.com> - 0.4.0.2-1
- update to 0.4.0.2
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2.2-2 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
f8417c723234ac5b795b2ddfb3bbe919 resourcet-0.3.2.2.tar.gz 6e925a1b10b67db9e63cc0ded4c0c3f7 resourcet-0.4.0.2.tar.gz