|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
%global common_description This library provides an easy way to define command line \
|
|
|
|
|
parsers.
|
|
|
|
|
|
|
|
|
|
%global ghc_pkg_deps ghc-mtl-devel
|
|
|
|
|
%global ghc_pkg_deps ghc-mtl-devel, ghc-transformers-devel
|
|
|
|
|
|
|
|
|
|
%bcond_without shared
|
|
|
|
|
%bcond_without hscolour
|
|
|
|
@ -15,7 +15,7 @@ parsers.
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.6.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Haskell %{pkg_name}
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -63,6 +63,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Nov 29 2010 Jens Petersen <petersen@redhat.com> - 0.6.3-2
|
|
|
|
|
- BR transformers
|
|
|
|
|
|
|
|
|
|
* Fri Nov 12 2010 Ben Boeckel <mathstuf@gmail.com> - 0.6.3-1
|
|
|
|
|
- Update to 0.6.3
|
|
|
|
|
|
|
|
|
|