- update to 2.2.0.1 for haskell-platform-2010.1.0.0

- new dep on deepseq
This commit is contained in:
Jens Petersen 2010-03-24 06:30:11 +00:00
parent 6b79245131
commit 18b63e790e
3 changed files with 15 additions and 5 deletions

View File

@ -1 +1,2 @@
parallel-1.1.0.1.tar.gz
parallel-2.2.0.1.tar.gz

View File

@ -4,15 +4,17 @@
%global common_description A parallel programming library for Haskell.
%global ghc_pkg_deps ghc-deepseq-devel
%bcond_without shared
# debuginfo is not useful for ghc
%global debug_package %{nil}
Name: ghc-%{pkg_name}
# part of haskell-platform-2009.2.0.2
Version: 1.1.0.1
Release: 2%{?dist}
# part of haskell-platform-2010.1.0.0
Version: 2.2.0.1
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -33,7 +35,7 @@ This package provides the shared library.
%endif
%ghc_lib_package
%{?ghc_lib_package}
%prep
@ -58,8 +60,14 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Mar 24 2010 Jens Petersen <petersen@redhat.com> - 2.2.0.1-1
- update to 2.2.0.1 for haskell-platform-2010.1.0.0
- new dep on deepseq
* Thu Jan 21 2010 Jens Petersen <petersen@redhat.com> - 1.1.0.1-2
-
- BSD license
- summary and description
- note part of haskell-platform-2009.2.0.2
* Thu Jan 21 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.1.0.1-1
- initial packaging for Fedora automatically generated by cabal2spec-0.21.1

View File

@ -1 +1,2 @@
70fda9f7721f9a3dc8aaf2e24d1846e0 parallel-1.1.0.1.tar.gz
82151f619cb21518c1bdf4cdfa2e635e parallel-2.2.0.1.tar.gz