Hello community,

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

Package is "ghc-writer-cps-mtl"

Sun Jun  4 01:56:04 2017 rev:2 rq:494202 version:0.1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-writer-cps-mtl/ghc-writer-cps-mtl.changes    
2017-04-12 18:10:07.829589727 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-writer-cps-mtl.new/ghc-writer-cps-mtl.changes   
    2017-06-04 01:56:04.564012515 +0200
@@ -1,0 +2,10 @@
+Wed May  3 08:13:51 UTC 2017 - [email protected]
+
+- Update to version 0.1.1.4 with cabal2obs.
+
+-------------------------------------------------------------------
+Tue Apr  4 11:04:05 UTC 2017 - [email protected]
+
+- Update to version 0.1.1.3 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  writer-cps-mtl-0.1.1.2.tar.gz

New:
----
  writer-cps-mtl-0.1.1.4.tar.gz

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

Other differences:
------------------
++++++ ghc-writer-cps-mtl.spec ++++++
--- /var/tmp/diff_new_pack.BPVStL/_old  2017-06-04 01:56:05.595866737 +0200
+++ /var/tmp/diff_new_pack.BPVStL/_new  2017-06-04 01:56:05.595866737 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name writer-cps-mtl
 Name:           ghc-%{pkg_name}
-Version:        0.1.1.2
+Version:        0.1.1.4
 Release:        0
 Summary:        MonadWriter orphan instances for writer-cps-transformers
 License:        BSD-3-Clause

++++++ writer-cps-mtl-0.1.1.2.tar.gz -> writer-cps-mtl-0.1.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/writer-cps-mtl-0.1.1.2/src/Control/Monad/RWS/CPS.hs 
new/writer-cps-mtl-0.1.1.4/src/Control/Monad/RWS/CPS.hs
--- old/writer-cps-mtl-0.1.1.2/src/Control/Monad/RWS/CPS.hs     2017-01-16 
15:22:26.000000000 +0100
+++ new/writer-cps-mtl-0.1.1.4/src/Control/Monad/RWS/CPS.hs     2017-04-28 
17:58:57.000000000 +0200
@@ -72,9 +72,11 @@
   put = CPS.put
   state = CPS.state
 
+instance (Monad m, Monoid w) => MonadRWS r w s (RWST r w s m)
+
 instance MonadError e m => MonadError e (RWST r w s m) where
   throwError = lift . throwError
   catchError = CPS.liftCatch catchError
 
 instance MonadCont m => MonadCont (RWST r w s m) where
-  callCC = CPS.liftCallCC callCC
+  callCC = CPS.liftCallCC' callCC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/writer-cps-mtl-0.1.1.2/writer-cps-mtl.cabal 
new/writer-cps-mtl-0.1.1.4/writer-cps-mtl.cabal
--- old/writer-cps-mtl-0.1.1.2/writer-cps-mtl.cabal     2017-01-16 
16:02:10.000000000 +0100
+++ new/writer-cps-mtl-0.1.1.4/writer-cps-mtl.cabal     2017-04-28 
18:00:11.000000000 +0200
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           writer-cps-mtl
-version:        0.1.1.2
+version:        0.1.1.4
 cabal-version:  >= 1.10
 license:        BSD3
 license-file:   LICENSE


Reply via email to