update to 1.6.10

This commit is contained in:
Jens Petersen 2016-06-26 14:48:24 +09:00
parent 497a7a03d7
commit 4f47dfab86
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/pretty-show-1.6.8.2.tar.gz
/pretty-show-1.6.9.tar.gz
/pretty-show-1.6.10.tar.gz

View File

@ -1,9 +1,10 @@
# generated by cabal-rpm-0.9.11
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name pretty-show
Name: ghc-%{pkg_name}
Version: 1.6.9
Version: 1.6.10
Release: 1%{?dist}
Summary: Tools for working with derived Show instances and generic inspection of values
@ -86,10 +87,14 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%files devel -f %{name}-devel.files
%doc CHANGELOG
%{_bindir}/ppsh
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 1.6.10-1
- update to 1.6.10
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 1.6.9-1
- update to 1.6.9

View File

@ -1 +1 @@
35c394a94b6fb427b1a3ea664a130bbb pretty-show-1.6.9.tar.gz
b76bf030aebcda465b546d75e7dc74cd pretty-show-1.6.10.tar.gz