update to 0.2.2.1

Setup now uses Template Haskell
This commit is contained in:
Jens Petersen 2013-06-14 11:58:59 +09:00
parent 945082d36e
commit 71f43e3df0
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/entropy-0.2.1.tar.gz
/entropy-0.2.2.tar.gz
/entropy-0.2.2.1.tar.gz

View File

@ -2,8 +2,11 @@
%global pkg_name entropy
# Setup uses TH
%global ghc_without_dynamic 1
Name: ghc-%{pkg_name}
Version: 0.2.2
Version: 0.2.2.1
Release: 1%{?dist}
Summary: A platform independent entropy source
@ -16,6 +19,9 @@ BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
# End cabal-rpm deps
# Setup uses TH
ExclusiveArch: %{ghc_arches_with_ghci}
BuildRequires: ghc-template-haskell-devel
%description
A platform independent method to obtain cryptographically strong entropy
@ -63,8 +69,9 @@ This package provides the Haskell entropy library development files.
%changelog
* Mon Jun 03 2013 Jens Petersen <petersen@redhat.com> - 0.2.2-1
- update to 0.2.2
* Fri Jun 14 2013 Jens Petersen <petersen@redhat.com> - 0.2.2.1-1
- update to 0.2.2.1
- Setup now uses Template Haskell
- update to new simplified Haskell Packaging Guidelines
* Wed Feb 13 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.2.1-1

View File

@ -1 +1 @@
9c4498dbb38c8b98c9bb2df370ef0342 entropy-0.2.2.tar.gz
64e67e78842f3ab8bb77a8ff7218b83a entropy-0.2.2.1.tar.gz