update to 0.10.0.1, part of haskell-platform-2012.4

epel9
Jens Petersen 12 years ago
parent cb61c528a3
commit acb365b7a1

1
.gitignore vendored

@ -1,2 +1,3 @@
/vector-0.7.1.tar.gz /vector-0.7.1.tar.gz
/vector-0.9.1.tar.gz /vector-0.9.1.tar.gz
/vector-0.10.0.1.tar.gz

@ -3,24 +3,27 @@
%global pkg_name vector %global pkg_name vector
%global common_summary Haskell efficient array library %global common_summary Efficient Arrays
%global common_description An efficient implementation of Int-indexed arrays (both mutable and\ %global common_description An efficient implementation of Int-indexed arrays (both mutable and\
immutable), with a powerful loop fusion optimization framework. immutable), with a powerful loop fusion optimization framework.
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.9.1 # part of haskell-platform-2012.4
Release: 5%{?dist} Version: 0.10.0.1
Release: 1%{?dist}
Summary: %{common_summary} Summary: %{common_summary}
License: BSD License: BSD
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
# Data.Vector.Fusion.Stream.Monadic ANN annotation requires ghci # Data.Vector.Fusion.Stream.Monadic ANN annotation requires ghci
ExclusiveArch: %{ghc_arches_with_ghci} ExclusiveArch: %{ghc_arches_with_ghci}
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-primitive-devel BuildRequires: ghc-primitive-devel
# End cabal-rpm deps # End cabal-rpm deps
@ -52,6 +55,9 @@ BuildRequires: ghc-primitive-devel
%changelog %changelog
* Tue Nov 27 2012 Jens Petersen <petersen@redhat.com> - 0.10.0.1-1
- update to 0.10.0.1, part of haskell-platform-2012.4
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> * Sat Nov 17 2012 Jens Petersen <petersen@redhat.com>
- update with cabal-rpm - update with cabal-rpm

@ -1 +1 @@
d8269d98438074a52541334645b41568 vector-0.9.1.tar.gz a0d48ebfe68c8b90cb1d09589d86a79c vector-0.10.0.1.tar.gz

Loading…
Cancel
Save