Hello community, here is the log from the commit of package ghc-ether for openSUSE:Factory checked in at 2017-05-06 18:28:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-ether (Old) and /work/SRC/openSUSE:Factory/.ghc-ether.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ether" Sat May 6 18:28:27 2017 rev:3 rq:491465 version:0.4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-ether/ghc-ether.changes 2017-04-14 13:37:34.816585204 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-ether.new/ghc-ether.changes 2017-05-06 18:28:27.305356114 +0200 @@ -1,0 +2,5 @@ +Sun Apr 9 18:08:09 UTC 2017 - [email protected] + +- Update to version 0.4.1.0 with cabal2obs. + +------------------------------------------------------------------- Old: ---- ether-0.4.0.2.tar.gz ether.cabal New: ---- ether-0.4.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-ether.spec ++++++ --- /var/tmp/diff_new_pack.ODX3Vw/_old 2017-05-06 18:28:27.973261869 +0200 +++ /var/tmp/diff_new_pack.ODX3Vw/_new 2017-05-06 18:28:27.977261305 +0200 @@ -19,14 +19,13 @@ %global pkg_name ether %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.4.0.2 +Version: 0.4.1.0 Release: 0 Summary: Monad transformers and classes License: BSD-3-Clause 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 -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-exceptions-devel BuildRequires: ghc-mmorph-devel @@ -62,7 +61,6 @@ %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ ether-0.4.0.2.tar.gz -> ether-0.4.1.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ether-0.4.0.2/CHANGELOG.md new/ether-0.4.1.0/CHANGELOG.md --- old/ether-0.4.0.2/CHANGELOG.md 2016-04-18 09:28:13.000000000 +0200 +++ new/ether-0.4.1.0/CHANGELOG.md 2017-04-03 15:12:40.000000000 +0200 @@ -1,3 +1,8 @@ +0.4.1.0 +------- + +* Export DispatchT newtype constructor. + 0.4.0.0 ------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ether-0.4.0.2/ether.cabal new/ether-0.4.1.0/ether.cabal --- old/ether-0.4.0.2/ether.cabal 2016-04-30 14:54:57.000000000 +0200 +++ new/ether-0.4.1.0/ether.cabal 2017-04-03 15:12:40.000000000 +0200 @@ -1,5 +1,5 @@ name: ether -version: 0.4.0.2 +version: 0.4.1.0 synopsis: Monad transformers and classes description: Ether is a Haskell library that extends @mtl@ and @transformers@ with diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ether-0.4.0.2/src/Control/Monad/Trans/Ether/Dispatch.hs new/ether-0.4.1.0/src/Control/Monad/Trans/Ether/Dispatch.hs --- old/ether-0.4.0.2/src/Control/Monad/Trans/Ether/Dispatch.hs 2016-04-30 14:54:57.000000000 +0200 +++ new/ether-0.4.1.0/src/Control/Monad/Trans/Ether/Dispatch.hs 2017-04-03 15:12:40.000000000 +0200 @@ -49,7 +49,7 @@ module Control.Monad.Trans.Ether.Dispatch ( -- * The DispatchT monad transformer - DispatchT + DispatchT(..) -- * Dispatch types and functions , K_TagAttach(..) , K_TagReplace(..)
