Hello community,

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

Package is "ghc-monad-logger"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-monad-logger/ghc-monad-logger.changes        
2016-07-20 09:27:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-logger.new/ghc-monad-logger.changes   
2016-11-04 21:01:22.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 11 08:49:27 UTC 2016 - [email protected]
+
+- Update to version 0.3.20 with cabal2obs.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-monad-logger.spec ++++++
--- /var/tmp/diff_new_pack.HDm7EQ/_old  2016-11-04 21:01:23.000000000 +0100
+++ /var/tmp/diff_new_pack.HDm7EQ/_new  2016-11-04 21:01:23.000000000 +0100
@@ -18,15 +18,14 @@
 
 %global pkg_name monad-logger
 Name:           ghc-%{pkg_name}
-Version:        0.3.19
+Version:        0.3.20
 Release:        0
 Summary:        A class of monads which can log messages
 License:        MIT
-Group:          System/Libraries
+Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-conduit-devel
@@ -47,7 +46,6 @@
 BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Hackage documentation generation is not reliable. For up to date documentation,
@@ -67,15 +65,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ monad-logger-0.3.19.tar.gz -> monad-logger-0.3.20.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.19/ChangeLog.md 
new/monad-logger-0.3.20/ChangeLog.md
--- old/monad-logger-0.3.19/ChangeLog.md        2016-07-04 08:19:53.000000000 
+0200
+++ new/monad-logger-0.3.20/ChangeLog.md        2016-10-01 19:31:22.000000000 
+0200
@@ -1,3 +1,8 @@
+## 0.3.20
+
+* Generalize the type of `unChanLoggingT`
+  [#104](https://github.com/kazu-yamamoto/logger/pull/104)
+
 ## 0.3.19
 
 * Add CallStack-based functions and `Control.Monad.Logger.CallStack` module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.19/Control/Monad/Logger.hs 
new/monad-logger-0.3.20/Control/Monad/Logger.hs
--- old/monad-logger-0.3.19/Control/Monad/Logger.hs     2016-07-04 
08:19:53.000000000 +0200
+++ new/monad-logger-0.3.20/Control/Monad/Logger.hs     2016-10-01 
19:31:22.000000000 +0200
@@ -654,7 +654,7 @@
 --   For use in a dedicated thread with a channel fed by `runChanLoggingT`.
 --
 -- @since 0.3.17
-unChanLoggingT :: (MonadLogger m, MonadIO m) => Chan (Loc, LogSource, 
LogLevel, LogStr) -> m ()
+unChanLoggingT :: (MonadLogger m, MonadIO m) => Chan (Loc, LogSource, 
LogLevel, LogStr) -> m void
 unChanLoggingT chan = forever $ do
     (loc,src,lvl,msg) <- liftIO $ readChan chan
     monadLoggerLog loc src lvl msg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-logger-0.3.19/monad-logger.cabal 
new/monad-logger-0.3.20/monad-logger.cabal
--- old/monad-logger-0.3.19/monad-logger.cabal  2016-07-04 08:19:53.000000000 
+0200
+++ new/monad-logger-0.3.20/monad-logger.cabal  2016-10-01 19:31:22.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                monad-logger
-version:             0.3.19
+version:             0.3.20
 synopsis:            A class of monads which can log messages.
 description:         Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
<http://www.stackage.org/package/monad-logger>.
 homepage:            https://github.com/kazu-yamamoto/logger


Reply via email to