Hello community,

here is the log from the commit of package ghc-monad-extras for 
openSUSE:Factory checked in at 2017-03-14 10:05:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-monad-extras (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-monad-extras.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-monad-extras"

Tue Mar 14 10:05:36 2017 rev:2 rq:461663 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-monad-extras/ghc-monad-extras.changes        
2016-10-22 13:12:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-extras.new/ghc-monad-extras.changes   
2017-03-14 10:05:37.240247454 +0100
@@ -1,0 +2,5 @@
+Sun Feb 12 14:13:56 UTC 2017 - [email protected]
+
+- Update to version 0.6.0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  monad-extras-0.5.11.tar.gz

New:
----
  monad-extras-0.6.0.tar.gz

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

Other differences:
------------------
++++++ ghc-monad-extras.spec ++++++
--- /var/tmp/diff_new_pack.R7gcvq/_old  2017-03-14 10:05:37.748175532 +0100
+++ /var/tmp/diff_new_pack.R7gcvq/_new  2017-03-14 10:05:37.752174965 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-monad-extras
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,14 @@
 
 %global pkg_name monad-extras
 Name:           ghc-%{pkg_name}
-Version:        0.5.11
+Version:        0.6.0
 Release:        0
 Summary:        Extra utility functions for working with monads
 License:        BSD-3-Clause
-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-mmorph-devel
 BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-rpm-macros
@@ -34,7 +33,6 @@
 BuildRequires:  ghc-transformers-base-devel
 BuildRequires:  ghc-transformers-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Extra utility functions for working with monads.
@@ -53,15 +51,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ monad-extras-0.5.11.tar.gz -> monad-extras-0.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-extras-0.5.11/Control/Monad/Extra.hs 
new/monad-extras-0.6.0/Control/Monad/Extra.hs
--- old/monad-extras-0.5.11/Control/Monad/Extra.hs      2015-08-02 
05:58:17.000000000 +0200
+++ new/monad-extras-0.6.0/Control/Monad/Extra.hs       2017-02-10 
02:23:24.000000000 +0100
@@ -222,14 +222,6 @@
     x' <- f x
     (x':) `liftM` iterateM f x'
 
--- | A monadic version of 'iterate' which produces an infinite sequence of
---   values using lazy I/O.
-lazyIterateM :: (Monad m, MonadBaseControl IO m) => (a -> m a) -> a -> m [a]
-lazyIterateM f x = do
-    y <- f x
-    z <- control $ \run -> unsafeInterleaveIO $ run $ iterateM f y
-    return (y:z)
-
 -- | Monadic equivalent to 'iterate', which uses Maybe to know when to
 --   terminate.
 iterateMaybeM :: Monad m => (a -> m (Maybe a)) -> a -> m [a]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-extras-0.5.11/monad-extras.cabal 
new/monad-extras-0.6.0/monad-extras.cabal
--- old/monad-extras-0.5.11/monad-extras.cabal  2015-08-02 05:58:17.000000000 
+0200
+++ new/monad-extras-0.6.0/monad-extras.cabal   2017-02-10 02:23:24.000000000 
+0100
@@ -1,12 +1,12 @@
 name:           monad-extras
-version:        0.5.11
+version:        0.6.0
 synopsis:       Extra utility functions for working with monads
 -- description:
 homepage:       http://github.com/jwiegley/monad-extras
 license:        BSD3
 license-file:   LICENSE
 author:         John Wiegley, Chris Done
-maintainer:     [email protected]
+maintainer:     [email protected]
 -- copyright:
 category:       Control
 build-type:     Simple


Reply via email to