|
|
@ -27,11 +27,13 @@ and immutable), with a powerful loop optimisation framework.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
%{?ghc_devel_requires}
|
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
An efficient implementation of Int-indexed arrays (both mutable
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
and immutable), with a powerful loop optimisation framework.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
@ -66,8 +68,8 @@ and immutable), with a powerful loop optimisation framework.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Apr 24 2013 Jens Petersen <petersen@redhat.com> - 0.10.0.1-6
|
|
|
|
* Tue Jun 4 2013 Jens Petersen <petersen@redhat.com> - 0.10.0.1-6
|
|
|
|
- update to revised simplified Haskell Packaging Guidelines (cabal-rpm-0.8)
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0.1-5
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|