|
|
|
@ -3,9 +3,9 @@
|
|
|
|
|
|
|
|
|
|
%global pkg_name primitive
|
|
|
|
|
|
|
|
|
|
%global common_summary Wrappers for primitive operations
|
|
|
|
|
%global common_summary Primitive memory-related operations
|
|
|
|
|
|
|
|
|
|
%global common_description This library provides wrappers for primitive array operations from GHC.Prim.
|
|
|
|
|
%global common_description This package provides various primitive memory-related operations.
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.5.0.1
|
|
|
|
@ -18,8 +18,6 @@ Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versio
|
|
|
|
|
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{common_description}
|
|
|
|
|