update to 1.0.5

part of yesod-platform >= 1.1.9
This commit is contained in:
Jens Petersen 2013-08-30 13:13:51 +09:00
parent 0185344b39
commit 3fce0b27ba
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/shakespeare-1.0.1.4.tar.gz
/shakespeare-1.0.3.1.tar.gz
/shakespeare-1.0.4.tar.gz
/shakespeare-1.0.5.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name shakespeare
Name: ghc-%{pkg_name}
Version: 1.0.4
Release: 2%{?dist}
Version: 1.0.5
Release: 1%{?dist}
Summary: Toolkit for compile-time interpolated templates
License: MIT
@ -14,10 +14,14 @@ Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versio
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-containers-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-system-fileio-devel
BuildRequires: ghc-system-filepath-devel
BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
ExclusiveArch: %{ghc_arches_with_ghci}
# End cabal-rpm deps
@ -72,6 +76,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Wed Aug 28 2013 Jens Petersen <petersen@redhat.com> - 1.0.5-1
- update to 1.0.5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
33c064222eeead1737b4eaccfcdd7ac9 shakespeare-1.0.4.tar.gz
f4975019788b470449f1950099dfb711 shakespeare-1.0.5.tar.gz