|
|
|
@ -11,7 +11,7 @@ parsers.
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.9.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -23,7 +23,7 @@ ExclusiveArch: %{ghc_arches}
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
|
|
|
|
# END cabal2spec
|
|
|
|
|
BuildRequires: ghc-transformers-prof
|
|
|
|
|
BuildRequires: ghc-transformers-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{common_description}
|
|
|
|
@ -58,6 +58,9 @@ rm -vf %{buildroot}/%{_bindir}/%{pkg_name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.9.5-2
|
|
|
|
|
- change prof BRs to devel
|
|
|
|
|
|
|
|
|
|
* Sun Jun 10 2012 Jens Petersen <petersen@redhat.com> - 0.9.5-1
|
|
|
|
|
- update to 0.9.5
|
|
|
|
|
- disable dynamic linking of test program
|
|
|
|
|