Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-basement for openSUSE:Factory 
checked in at 2023-06-22 23:25:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-basement (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-basement.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-basement"

Thu Jun 22 23:25:16 2023 rev:18 rq:1094421 version:0.0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-basement/ghc-basement.changes        
2023-04-04 21:18:42.608536156 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-basement.new.15902/ghc-basement.changes     
2023-06-22 23:25:39.301717325 +0200
@@ -1,0 +2,6 @@
+Wed Jun 14 02:42:03 UTC 2023 - Peter Simons <[email protected]>
+
+- Update basement to version 0.0.16.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------

Old:
----
  basement-0.0.15.tar.gz

New:
----
  basement-0.0.16.tar.gz

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

Other differences:
------------------
++++++ ghc-basement.spec ++++++
--- /var/tmp/diff_new_pack.XMBjZ6/_old  2023-06-22 23:25:39.957720670 +0200
+++ /var/tmp/diff_new_pack.XMBjZ6/_new  2023-06-22 23:25:39.961720691 +0200
@@ -19,7 +19,7 @@
 %global pkg_name basement
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.0.15
+Version:        0.0.16
 Release:        0
 Summary:        Foundation scrap box of array & string
 License:        BSD-3-Clause

++++++ basement-0.0.15.tar.gz -> basement-0.0.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/basement-0.0.15/Basement/These.hs 
new/basement-0.0.16/Basement/These.hs
--- old/basement-0.0.15/Basement/These.hs       2019-09-02 05:58:08.000000000 
+0200
+++ new/basement-0.0.16/Basement/These.hs       2023-05-26 07:11:54.000000000 
+0200
@@ -13,7 +13,6 @@
 
 import Basement.Compat.Base
 import Basement.NormalForm
-import Basement.Compat.Bifunctor
 
 -- | Either a or b or both.
 data These a b
@@ -26,11 +25,3 @@
     toNormalForm (This a) = toNormalForm a
     toNormalForm (That b) = toNormalForm b
     toNormalForm (These a b) = toNormalForm a `seq` toNormalForm b
-
-instance Bifunctor These where
-    bimap fa _  (This a)    = This  (fa a)
-    bimap _  fb (That b)    = That  (fb b)
-    bimap fa fb (These a b) = These (fa a) (fb b)
-
-instance Functor (These a) where
-    fmap = second
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/basement-0.0.15/basement.cabal 
new/basement-0.0.16/basement.cabal
--- old/basement-0.0.15/basement.cabal  2022-08-19 06:34:07.000000000 +0200
+++ new/basement-0.0.16/basement.cabal  2023-06-14 04:37:44.000000000 +0200
@@ -1,5 +1,5 @@
 name:                basement
-version:             0.0.15
+version:             0.0.16
 synopsis:            Foundation scrap box of array & string
 description:         Foundation most basic primitives without any dependencies
 license:             BSD3

Reply via email to