diff --git a/.gitignore b/.gitignore index 247cf1a..c08ca5a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ QuickCheck-2.1.1.1.tar.gz /QuickCheck-2.6.tar.gz /QuickCheck-2.7.6.tar.gz /QuickCheck-2.8.1.tar.gz +/QuickCheck-2.8.2.tar.gz diff --git a/ghc-QuickCheck.spec b/ghc-QuickCheck.spec index a6a76b6..a6e593c 100644 --- a/ghc-QuickCheck.spec +++ b/ghc-QuickCheck.spec @@ -1,3 +1,4 @@ +# generated by cabal-rpm-0.9.11 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name QuickCheck @@ -6,7 +7,7 @@ Name: ghc-%{pkg_name} # part of haskell-platform -Version: 2.8.1 +Version: 2.8.2 Release: 1%{?dist} Summary: Automatic testing of Haskell programs @@ -84,10 +85,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files devel -f %{name}-devel.files -%doc README examples +%doc README changelog examples %changelog +* Sun Jun 26 2016 Jens Petersen - 2.8.2-1 +- update to 2.8.2 + * Mon Jun 6 2016 Jens Petersen - 2.8.1-1 - update to 2.8.1 diff --git a/sources b/sources index c548881..b060563 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de1e7cdfc5dc7696b6473ed17ad02983 QuickCheck-2.8.1.tar.gz +10cff478264f593380310f1f4c0fe551 QuickCheck-2.8.2.tar.gz