|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%global pkg_name cmdargs
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.10.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.10.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Command line argument processing
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -22,8 +22,7 @@ ExclusiveArch: %{ghc_arches_with_ghci}
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This library provides an easy way to define command line
|
|
|
|
|
parsers.
|
|
|
|
|
This library provides an easy way to define command line parsers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -65,7 +64,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 07 2013 Jens Petersen <petersen@redhat.com> - 0.10.2-2
|
|
|
|
|
* Fri Jun 07 2013 Jens Petersen <petersen@redhat.com> - 0.10.3-1
|
|
|
|
|
- update to 0.10.3
|
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
|
|
|
|
|
* Tue Mar 12 2013 Jens Petersen <petersen@redhat.com> - 0.10.2-1
|
|
|
|
|