update to 0.6.0.2 ; build needs ghci
This commit is contained in:
parent
e695cfe92e
commit
d0b17ea4c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/aeson-0.6.0.0.tar.gz
|
/aeson-0.6.0.0.tar.gz
|
||||||
|
/aeson-0.6.0.2.tar.gz
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
high performance. Aeson was the father of Jason in Greek mythology.
|
high performance. Aeson was the father of Jason in Greek mythology.
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.6.0.0
|
Version: 0.6.0.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -19,7 +19,7 @@ License: BSD
|
|||||||
# BEGIN cabal2spec
|
# 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}
|
ExclusiveArch: %{ghc_arches_with_ghci}
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
||||||
# END cabal2spec
|
# END cabal2spec
|
||||||
@ -65,6 +65,10 @@ BuildRequires: ghc-dlist-devel
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Mar 24 2012 Jens Petersen <petersen@redhat.com> - 0.6.0.0-2
|
||||||
- depends on dlist for ghc > 7.2
|
- depends on dlist for ghc > 7.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user