Hello community, here is the log from the commit of package ghc-checkers for openSUSE:Factory checked in at 2017-07-06 00:02:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-checkers (Old) and /work/SRC/openSUSE:Factory/.ghc-checkers.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-checkers" Thu Jul 6 00:02:17 2017 rev:3 rq:508016 version:0.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-checkers/ghc-checkers.changes 2016-10-19 13:03:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-checkers.new/ghc-checkers.changes 2017-07-06 00:02:19.335404692 +0200 @@ -1,0 +2,5 @@ +Sun Jun 25 18:41:42 UTC 2017 - psim...@suse.com + +- Update to version 0.4.7. + +------------------------------------------------------------------- Old: ---- checkers-0.4.6.tar.gz New: ---- checkers-0.4.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-checkers.spec ++++++ --- /var/tmp/diff_new_pack.vXEePl/_old 2017-07-06 00:02:20.187284683 +0200 +++ /var/tmp/diff_new_pack.vXEePl/_new 2017-07-06 00:02:20.191284120 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-checkers # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global pkg_name checkers Name: ghc-%{pkg_name} -Version: 0.4.6 +Version: 0.4.7 Release: 0 Summary: Check properties on standard classes and data structures License: BSD-3-Clause ++++++ checkers-0.4.6.tar.gz -> checkers-0.4.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/checkers-0.4.6/checkers.cabal new/checkers-0.4.7/checkers.cabal --- old/checkers-0.4.6/checkers.cabal 2016-09-24 17:33:14.000000000 +0200 +++ new/checkers-0.4.7/checkers.cabal 2017-06-20 19:59:18.000000000 +0200 @@ -1,5 +1,5 @@ Name: checkers -Version: 0.4.6 +Version: 0.4.7 Cabal-Version: >= 1.6 Synopsis: Check properties on standard classes and data structures. Category: Testing diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/checkers-0.4.6/src/Test/QuickCheck/Classes.hs new/checkers-0.4.7/src/Test/QuickCheck/Classes.hs --- old/checkers-0.4.6/src/Test/QuickCheck/Classes.hs 2016-09-24 17:33:14.000000000 +0200 +++ new/checkers-0.4.7/src/Test/QuickCheck/Classes.hs 2017-06-20 19:59:18.000000000 +0200 @@ -207,7 +207,7 @@ semanticFunctor = const (functorMorphism (model1 :: forall b. f b -> g b)) --- | Properties to check that the 'Applicative' @m@ satisfies the monad +-- | Properties to check that the 'Applicative' @m@ satisfies the applicative -- properties applicative :: forall m a b c. ( Applicative m