update to 0.4.0.2
This commit is contained in:
parent
f8c05b7876
commit
3cde057a8a
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user