Hello community,

here is the log from the commit of package ghc-unfoldable-restricted for 
openSUSE:Factory checked in at 2017-06-04 01:59:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unfoldable-restricted (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-unfoldable-restricted.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-unfoldable-restricted"

Sun Jun  4 01:59:05 2017 rev:2 rq:499735 version:0.0.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-unfoldable-restricted/ghc-unfoldable-restricted.changes
      2017-04-14 13:33:43.397290868 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-unfoldable-restricted.new/ghc-unfoldable-restricted.changes
 2017-06-04 01:59:05.270483096 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:29 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.3 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  unfoldable-restricted-0.0.2.tar.gz

New:
----
  unfoldable-restricted-0.0.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-unfoldable-restricted.spec ++++++
--- /var/tmp/diff_new_pack.EJO0tf/_old  2017-06-04 01:59:06.030375743 +0200
+++ /var/tmp/diff_new_pack.EJO0tf/_new  2017-06-04 01:59:06.030375743 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name unfoldable-restricted
 Name:           ghc-%{pkg_name}
-Version:        0.0.2
+Version:        0.0.3
 Release:        0
 Summary:        An alternative to the Unfoldable typeclass
 License:        BSD-3-Clause

++++++ unfoldable-restricted-0.0.2.tar.gz -> unfoldable-restricted-0.0.3.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/unfoldable-restricted-0.0.2/src/Data/Unfoldable/Restricted.hs 
new/unfoldable-restricted-0.0.3/src/Data/Unfoldable/Restricted.hs
--- old/unfoldable-restricted-0.0.2/src/Data/Unfoldable/Restricted.hs   
2016-04-09 21:04:22.000000000 +0200
+++ new/unfoldable-restricted-0.0.3/src/Data/Unfoldable/Restricted.hs   
2017-05-16 00:10:31.000000000 +0200
@@ -136,6 +136,9 @@
 
 class (Hashable a, Eq a) => Hashable' a
 
+instance (Hashable a, Eq a) => Hashable' a
+
+
 instance UnfoldableR (Hashable') HashSet.HashSet where
   unfoldRestrict fa = choose
     [ pure HashSet.empty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/unfoldable-restricted-0.0.2/unfoldable-restricted.cabal 
new/unfoldable-restricted-0.0.3/unfoldable-restricted.cabal
--- old/unfoldable-restricted-0.0.2/unfoldable-restricted.cabal 2016-04-09 
21:04:42.000000000 +0200
+++ new/unfoldable-restricted-0.0.3/unfoldable-restricted.cabal 2017-05-16 
00:11:36.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                   unfoldable-restricted
-Version:                0.0.2
+Version:                0.0.3
 Author:                 Athan Clark <athan.cl...@gmail.com>
 Maintainer:             Athan Clark <athan.cl...@gmail.com>
 License:                BSD3


Reply via email to