Hello community,

here is the log from the commit of package ghc-monad-logger for 
openSUSE:Factory checked in at 2018-08-04 21:54:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-monad-logger (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-monad-logger.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-monad-logger"

Sat Aug  4 21:54:02 2018 rev:15 rq:627277 version:0.3.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-monad-logger/ghc-monad-logger.changes        
2018-07-21 10:22:15.891000259 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-logger.new/ghc-monad-logger.changes   
2018-08-04 21:54:05.109354017 +0200
@@ -1,0 +2,8 @@
+Thu Aug  2 16:29:58 UTC 2018 - [email protected]
+
+- Update monad-logger to version 0.3.29.
+  ## 0.3.29
+
+  * Export mapLoggingT and mapNoLoggingT
+
+-------------------------------------------------------------------

Old:
----
  monad-logger-0.3.28.5.tar.gz

New:
----
  monad-logger-0.3.29.tar.gz

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

Other differences:
------------------
++++++ ghc-monad-logger.spec ++++++
--- /var/tmp/diff_new_pack.sFbRNe/_old  2018-08-04 21:54:05.509354765 +0200
+++ /var/tmp/diff_new_pack.sFbRNe/_new  2018-08-04 21:54:05.509354765 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name monad-logger
 Name:           ghc-%{pkg_name}
-Version:        0.3.28.5
+Version:        0.3.29
 Release:        0
 Summary:        A class of monads which can log messages
 License:        MIT

++++++ monad-logger-0.3.28.5.tar.gz -> monad-logger-0.3.29.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.28.5/ChangeLog.md 
new/monad-logger-0.3.29/ChangeLog.md
--- old/monad-logger-0.3.28.5/ChangeLog.md      2018-04-15 07:44:19.000000000 
+0200
+++ new/monad-logger-0.3.29/ChangeLog.md        2018-08-02 07:19:30.000000000 
+0200
@@ -1,3 +1,7 @@
+## 0.3.29
+
+* Export mapLoggingT and mapNoLoggingT
+
 ## 0.3.28.5
 
 * Fix missing module [#1](https://github.com/snoyberg/monad-logger/issues/1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.28.5/Control/Monad/Logger.hs 
new/monad-logger-0.3.29/Control/Monad/Logger.hs
--- old/monad-logger-0.3.28.5/Control/Monad/Logger.hs   2018-04-12 
07:50:54.000000000 +0200
+++ new/monad-logger-0.3.29/Control/Monad/Logger.hs     2018-08-02 
07:19:30.000000000 +0200
@@ -48,9 +48,11 @@
     , withChannelLogger
     , filterLogger
     , NoLoggingT (..)
+    , mapNoLoggingT
     , WriterLoggingT (..)
     , execWriterLoggingT
     , runWriterLoggingT
+    , mapLoggingT
 #if WITH_TEMPLATE_HASKELL
     -- * TH logging
     , logDebug
@@ -776,6 +778,9 @@
   ask = Trans.lift ask
   local = mapNoLoggingT . local
 
+-- | Map the unwrapped computation using the given function.
+--
+-- @since 0.3.29
 mapLoggingT :: (m a -> n b) -> LoggingT m a -> LoggingT n b
 mapLoggingT f = LoggingT . (f .) . runLoggingT
 
@@ -788,6 +793,9 @@
   listen = mapLoggingT listen
   pass   = mapLoggingT pass
 
+-- | Map the unwrapped computation using the given function.
+--
+-- @since 0.3.29
 mapNoLoggingT :: (m a -> n b) -> NoLoggingT m a -> NoLoggingT n b
 mapNoLoggingT f = NoLoggingT . f . runNoLoggingT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.28.5/monad-logger.cabal 
new/monad-logger-0.3.29/monad-logger.cabal
--- old/monad-logger-0.3.28.5/monad-logger.cabal        2018-04-15 
07:44:45.000000000 +0200
+++ new/monad-logger-0.3.29/monad-logger.cabal  2018-08-02 07:19:37.000000000 
+0200
@@ -1,11 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.28.2.
+cabal-version: >= 1.10
+
+-- This file has been generated from package.yaml by hpack version 0.29.0.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 644971c2e3a8b674be26bf61a395f47da2e2108f1017dccc2a40b4a1b9847ef9
+-- hash: 0064c2b606eb9e13f3968226acbce8ab65f0df3a3c2170a0f7fc2a82ccf75f6e
 
 name:           monad-logger
-version:        0.3.28.5
+version:        0.3.29
 synopsis:       A class of monads which can log messages.
 description:    See README and Haddocks at 
<https://www.stackage.org/package/monad-logger>
 category:       System
@@ -16,7 +18,6 @@
 license:        MIT
 license-file:   LICENSE
 build-type:     Simple
-cabal-version:  >= 1.10
 extra-source-files:
     ChangeLog.md
     README.md


Reply via email to