Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-adjunctions for openSUSE:Factory 
checked in at 2022-10-13 15:40:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-adjunctions (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-adjunctions.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-adjunctions"

Thu Oct 13 15:40:53 2022 rev:10 rq:1008429 version:4.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-adjunctions/ghc-adjunctions.changes  
2022-08-01 21:29:32.597509175 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-adjunctions.new.2275/ghc-adjunctions.changes    
    2022-10-13 15:40:55.834595656 +0200
@@ -1,0 +2,8 @@
+Mon Aug 15 11:05:04 UTC 2022 - Peter Simons <[email protected]>
+
+- Update adjunctions to version 4.4.2.
+  4.4.2 [2022.08.15]
+  ------------------
+  * Fix the build with `mtl-2.3.1`.
+
+-------------------------------------------------------------------

Old:
----
  adjunctions-4.4.1.tar.gz

New:
----
  adjunctions-4.4.2.tar.gz

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

Other differences:
------------------
++++++ ghc-adjunctions.spec ++++++
--- /var/tmp/diff_new_pack.xnBEOo/_old  2022-10-13 15:40:56.866597671 +0200
+++ /var/tmp/diff_new_pack.xnBEOo/_new  2022-10-13 15:40:56.870597678 +0200
@@ -19,7 +19,7 @@
 %global pkg_name adjunctions
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        Adjunctions and representable functors
 License:        BSD-2-Clause

++++++ adjunctions-4.4.1.tar.gz -> adjunctions-4.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adjunctions-4.4.1/CHANGELOG.markdown 
new/adjunctions-4.4.2/CHANGELOG.markdown
--- old/adjunctions-4.4.1/CHANGELOG.markdown    2001-09-09 03:46:40.000000000 
+0200
+++ new/adjunctions-4.4.2/CHANGELOG.markdown    2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,7 @@
+4.4.2 [2022.08.15]
+------------------
+* Fix the build with `mtl-2.3.1`.
+
 4.4.1 [2022.05.07]
 ------------------
 * Allow building with `transformers-0.6.*` and `mtl-2.3.*`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adjunctions-4.4.1/adjunctions.cabal 
new/adjunctions-4.4.2/adjunctions.cabal
--- old/adjunctions-4.4.1/adjunctions.cabal     2001-09-09 03:46:40.000000000 
+0200
+++ new/adjunctions-4.4.2/adjunctions.cabal     2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 name:          adjunctions
 category:      Data Structures, Adjunctions
-version:       4.4.1
+version:       4.4.2
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/adjunctions-4.4.1/src/Control/Monad/Representable/State.hs 
new/adjunctions-4.4.2/src/Control/Monad/Representable/State.hs
--- old/adjunctions-4.4.1/src/Control/Monad/Representable/State.hs      
2001-09-09 03:46:40.000000000 +0200
+++ new/adjunctions-4.4.2/src/Control/Monad/Representable/State.hs      
2001-09-09 03:46:40.000000000 +0200
@@ -42,7 +42,7 @@
 import Data.Functor.Bind
 import Data.Functor.Bind.Trans
 import Control.Monad.State.Class
-import Control.Monad.Cont.Class
+import Control.Monad.Cont.Class (MonadCont(..))
 import Control.Monad.Reader.Class
 import Control.Monad.Writer.Class
 import Control.Monad.Free.Class

Reply via email to