Package ghc7.6.1-dph-lifted-vseg: Specfile

%define ghc_version 7.6.1
%define hsc_name ghc
%define hsc_version %ghc_version
%define hsc_namever %hsc_name%hsc_version
%define h_pkg_name dph-lifted-vseg
%define f_pkg_name dph-lifted-vseg
%define pkg_libdir %_libdir/%hsc_name-%hsc_version/lib/%h_pkg_name-%version

Name: %hsc_namever-%f_pkg_name
Version: 0.7.0.1
Release: alt1
License: BSD3
Packager: Denis Smirnov <mithraen@altlinux.ru>
Group: Development/Haskell
Url: http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell
Source: %name-%version.tar
Patch: %name-%version-%release.patch
Summary: Data Parallel Haskell lifted array combinators.



# Automatically added by buildreq on Sun Dec 23 2012 (-bb)
# optimized out: elfutils ghc7.6.1 ghc7.6.1-common ghc7.6.1-dph-base ghc7.6.1-dph-prim-interface ghc7.6.1-dph-prim-par ghc7.6.1-dph-prim-seq ghc7.6.1-primitive ghc7.6.1-random ghc7.6.1-vector libgmp-devel pkg-config python-base rpm-build-haskell
BuildRequires: ghc7.6.1-alex ghc7.6.1-c2hs ghc7.6.1-cpphs ghc7.6.1-doc ghc7.6.1-dph-lifted-base ghc7.6.1-happy ghc7.6.1-hscolour

%description
This package provides the following: nested arrays and the primitive
operators that work on them (PA functions); the lifted array combinators
that the vectoriser introduces (PP functions); the user facing library
functions that work on [::] style arrays (P functions). This implementation
directly encodes sharing between array segments, and avoids the copying
that dph-lifted-copy would otherwise do. Use this version for production
code.

%prep
%setup
%patch -p1

%build
%hs_configure2
%hs_build

%install
%hs_install
%hs_gen_filelist

%files -f %name-files.all

%changelog
* Sun Dec 23 2012 Denis Smirnov <mithraen@altlinux.ru> 0.7.0.1-alt1
- Spec created by cabal2rpm 0.20_08