Hello community, here is the log from the commit of package ghc-pipes for openSUSE:Factory checked in at 2017-06-22 10:38:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-pipes (Old) and /work/SRC/openSUSE:Factory/.ghc-pipes.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pipes" Thu Jun 22 10:38:26 2017 rev:8 rq:504091 version:4.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-pipes/ghc-pipes.changes 2017-06-04 01:55:01.692894885 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-pipes.new/ghc-pipes.changes 2017-06-22 10:38:27.949924853 +0200 @@ -1,0 +2,5 @@ +Wed May 31 14:05:44 UTC 2017 - [email protected] + +- Update to version 4.3.4. + +------------------------------------------------------------------- Old: ---- pipes-4.3.3.tar.gz New: ---- pipes-4.3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-pipes.spec ++++++ --- /var/tmp/diff_new_pack.gK6yeW/_old 2017-06-22 10:38:28.569837458 +0200 +++ /var/tmp/diff_new_pack.gK6yeW/_new 2017-06-22 10:38:28.573836894 +0200 @@ -19,7 +19,7 @@ %global pkg_name pipes %bcond_with tests Name: ghc-%{pkg_name} -Version: 4.3.3 +Version: 4.3.4 Release: 0 Summary: Compositional pipelines License: BSD-3-Clause ++++++ pipes-4.3.3.tar.gz -> pipes-4.3.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pipes-4.3.3/CHANGELOG.md new/pipes-4.3.4/CHANGELOG.md --- old/pipes-4.3.3/CHANGELOG.md 2017-04-22 22:24:02.000000000 +0200 +++ new/pipes-4.3.4/CHANGELOG.md 2017-05-22 04:47:02.000000000 +0200 @@ -1,5 +1,10 @@ +4.3.4 + +* Increase upper bound on `mmorph` + 4.3.3 - * Make `X` a synonym for `Data.Void.Void` + +* Make `X` a synonym for `Data.Void.Void` 4.3.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pipes-4.3.3/pipes.cabal new/pipes-4.3.4/pipes.cabal --- old/pipes-4.3.3/pipes.cabal 2017-04-22 22:24:02.000000000 +0200 +++ new/pipes-4.3.4/pipes.cabal 2017-05-22 04:47:02.000000000 +0200 @@ -1,5 +1,5 @@ Name: pipes -Version: 4.3.3 +Version: 4.3.4 Cabal-Version: >= 1.10 Build-Type: Simple Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 @@ -49,7 +49,7 @@ base >= 4.4 && < 5 , transformers >= 0.2.0.0 && < 0.6, exceptions >= 0.4 && < 0.9, - mmorph >= 1.0.0 && < 1.1, + mmorph >= 1.0.0 && < 1.2, mtl >= 2.2.1 && < 2.3, void >= 0.4 && < 0.8
