update to 0.10.3

This commit is contained in:
Jens Petersen 2013-06-07 18:38:41 +09:00
parent a5e2b81633
commit 67054d3f5a
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/cmdargs-0.9.5.tar.gz
/cmdargs-0.10.tar.gz
/cmdargs-0.10.2.tar.gz
/cmdargs-0.10.3.tar.gz

View File

@ -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

View File

@ -1 +1 @@
755e82053471b090992e656cff36a9fc cmdargs-0.10.2.tar.gz
537ba2091a951aa03ce5eb1df295df76 cmdargs-0.10.3.tar.gz