update to 0.10.0.1, part of haskell-platform-2012.4
This commit is contained in:
parent
cb61c528a3
commit
acb365b7a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/vector-0.7.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 common_summary Haskell efficient array library
|
||||
%global common_summary Efficient Arrays
|
||||
|
||||
%global common_description An efficient implementation of Int-indexed arrays (both mutable and\
|
||||
immutable), with a powerful loop fusion optimization framework.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.9.1
|
||||
Release: 5%{?dist}
|
||||
# part of haskell-platform-2012.4
|
||||
Version: 0.10.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: %{common_summary}
|
||||
|
||||
License: BSD
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
|
||||
# Data.Vector.Fusion.Stream.Monadic ANN annotation requires ghci
|
||||
ExclusiveArch: %{ghc_arches_with_ghci}
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-primitive-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
@ -52,6 +55,9 @@ BuildRequires: ghc-primitive-devel
|
||||
|
||||
|
||||
%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>
|
||||
- update with cabal-rpm
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user