Hello community, here is the log from the commit of package ghc-unfoldable for openSUSE:Factory checked in at 2017-07-06 00:03:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-unfoldable (Old) and /work/SRC/openSUSE:Factory/.ghc-unfoldable.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unfoldable" Thu Jul 6 00:03:42 2017 rev:3 rq:508041 version:0.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-unfoldable/ghc-unfoldable.changes 2017-06-22 10:39:27.005598995 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-unfoldable.new/ghc-unfoldable.changes 2017-07-06 00:03:42.863637487 +0200 @@ -1,0 +2,5 @@ +Sun Jun 25 18:41:43 UTC 2017 - [email protected] + +- Update to version 0.9.4. + +------------------------------------------------------------------- Old: ---- unfoldable-0.9.3.tar.gz New: ---- unfoldable-0.9.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-unfoldable.spec ++++++ --- /var/tmp/diff_new_pack.3m9k5X/_old 2017-07-06 00:03:43.571537759 +0200 +++ /var/tmp/diff_new_pack.3m9k5X/_new 2017-07-06 00:03:43.575537195 +0200 @@ -18,7 +18,7 @@ %global pkg_name unfoldable Name: ghc-%{pkg_name} -Version: 0.9.3 +Version: 0.9.4 Release: 0 Summary: Class of data structures that can be unfolded License: BSD-3-Clause ++++++ unfoldable-0.9.3.tar.gz -> unfoldable-0.9.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unfoldable-0.9.3/CHANGELOG.md new/unfoldable-0.9.4/CHANGELOG.md --- old/unfoldable-0.9.3/CHANGELOG.md 2017-05-21 11:52:37.000000000 +0200 +++ new/unfoldable-0.9.4/CHANGELOG.md 2017-06-20 15:49:53.000000000 +0200 @@ -1,3 +1,7 @@ +0.9.4 +----- +* updated to `QuickCheck` 2.10 + 0.9.3 ----- * updated to `one-liner` 0.9 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unfoldable-0.9.3/unfoldable.cabal new/unfoldable-0.9.4/unfoldable.cabal --- old/unfoldable-0.9.3/unfoldable.cabal 2017-05-21 11:52:37.000000000 +0200 +++ new/unfoldable-0.9.4/unfoldable.cabal 2017-06-20 15:49:53.000000000 +0200 @@ -1,5 +1,5 @@ Name: unfoldable -Version: 0.9.3 +Version: 0.9.4 Synopsis: Class of data structures that can be unfolded. Description: Just as there's a Foldable class, there should also be an Unfoldable class. . @@ -40,7 +40,7 @@ , containers >= 0.5 && < 0.6 , transformers >= 0.4 && < 0.6 , random >= 1.0 && < 1.2 - , QuickCheck >= 2.7.3 && < 2.10 + , QuickCheck >= 2.7.3 && < 2.11 if impl(ghc >= 7.6) cpp-options: -DGENERICS
