From 4f47dfab8676cf3a1b196013aa7b41b75da6138b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 26 Jun 2016 14:48:24 +0900 Subject: [PATCH] update to 1.6.10 --- .gitignore | 1 + ghc-pretty-show.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c4ab15..feb0871 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-pretty-show.spec b/ghc-pretty-show.spec index b486a6e..6762183 100644 --- a/ghc-pretty-show.spec +++ b/ghc-pretty-show.spec @@ -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 - 1.6.10-1 +- update to 1.6.10 + * Sat Apr 23 2016 Ben Boeckel - 1.6.9-1 - update to 1.6.9 diff --git a/sources b/sources index a8a9146..0fba66a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35c394a94b6fb427b1a3ea664a130bbb pretty-show-1.6.9.tar.gz +b76bf030aebcda465b546d75e7dc74cd pretty-show-1.6.10.tar.gz