update to 0.6.0.2 ; build needs ghci

This commit is contained in:
Jens Petersen 2012-05-06 10:19:09 +09:00
parent e695cfe92e
commit d0b17ea4c2
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/aeson-0.6.0.0.tar.gz
/aeson-0.6.0.2.tar.gz

View File

@ -10,8 +10,8 @@
high performance. Aeson was the father of Jason in Greek mythology.
Name: ghc-%{pkg_name}
Version: 0.6.0.0
Release: 2%{?dist}
Version: 0.6.0.2
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -19,7 +19,7 @@ License: BSD
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
ExclusiveArch: %{ghc_arches_with_ghci}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
@ -65,6 +65,10 @@ BuildRequires: ghc-dlist-devel
%changelog
* Sun May 6 2012 Jens Petersen <petersen@redhat.com> - 0.6.0.2-1
- update to 0.6.0.2
- build needs ghci
* Sat Mar 24 2012 Jens Petersen <petersen@redhat.com> - 0.6.0.0-2
- depends on dlist for ghc > 7.2

View File

@ -1 +1 @@
8e1030ad37a7537ec438a30b15da90e1 aeson-0.6.0.0.tar.gz
e69ee831158b481e778dd60b540a4a79 aeson-0.6.0.2.tar.gz