|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|