diff --git a/.gitignore b/.gitignore index 4a9dfb7..df62fbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vector-0.7.1.tar.gz /vector-0.9.1.tar.gz +/vector-0.10.0.1.tar.gz diff --git a/ghc-vector.spec b/ghc-vector.spec index 35f0200..2640b81 100644 --- a/ghc-vector.spec +++ b/ghc-vector.spec @@ -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 - 0.10.0.1-1 +- update to 0.10.0.1, part of haskell-platform-2012.4 + * Sat Nov 17 2012 Jens Petersen - update with cabal-rpm diff --git a/sources b/sources index 0bc3e17..e70199a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d8269d98438074a52541334645b41568 vector-0.9.1.tar.gz +a0d48ebfe68c8b90cb1d09589d86a79c vector-0.10.0.1.tar.gz