Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-pipes for openSUSE:Factory checked in at 2022-08-10 17:13:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-pipes (Old) and /work/SRC/openSUSE:Factory/.ghc-pipes.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pipes" Wed Aug 10 17:13:23 2022 rev:7 rq:994046 version:4.3.16 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-pipes/ghc-pipes.changes 2022-02-11 23:11:24.395292537 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-pipes.new.1521/ghc-pipes.changes 2022-08-10 17:14:27.973890633 +0200 @@ -1,0 +2,6 @@ +Wed May 18 13:30:29 UTC 2022 - Peter Simons <[email protected]> + +- Update pipes to version 4.3.16 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-pipes.spec ++++++ --- /var/tmp/diff_new_pack.OcLfF8/_old 2022-08-10 17:14:28.589892240 +0200 +++ /var/tmp/diff_new_pack.OcLfF8/_new 2022-08-10 17:14:28.593892251 +0200 @@ -25,7 +25,7 @@ License: BSD-3-Clause 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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-exceptions-devel BuildRequires: ghc-mmorph-devel ++++++ pipes.cabal ++++++ --- /var/tmp/diff_new_pack.OcLfF8/_old 2022-08-10 17:14:28.637892366 +0200 +++ /var/tmp/diff_new_pack.OcLfF8/_new 2022-08-10 17:14:28.641892376 +0200 @@ -1,6 +1,6 @@ Name: pipes Version: 4.3.16 -x-revision: 2 +x-revision: 3 Cabal-Version: >= 1.10 Build-Type: Simple Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1 @@ -48,10 +48,10 @@ HS-Source-Dirs: src Build-Depends: base >= 4.8 && < 5 , - transformers >= 0.2.0.0 && < 0.6 , + transformers >= 0.2.0.0 && < 0.7 , exceptions >= 0.4 && < 0.11, mmorph >= 1.0.4 && < 1.3 , - mtl >= 2.2.1 && < 2.3 , + mtl >= 2.2.1 && < 2.4 , void >= 0.4 && < 0.8 if impl(ghc < 8.0) @@ -80,7 +80,7 @@ base >= 4.4 && < 5 , criterion >= 1.1.1.0 && < 1.6, optparse-applicative >= 0.12 && < 0.18, - mtl >= 2.1 && < 2.3, + mtl >= 2.1 && < 2.4, pipes test-suite tests @@ -94,10 +94,10 @@ base >= 4.4 && < 5 , pipes , QuickCheck >= 2.4 && < 3 , - mtl >= 2.1 && < 2.3 , + mtl >= 2.1 && < 2.4 , test-framework >= 0.4 && < 1 , test-framework-quickcheck2 >= 0.2.0 && < 0.4 , - transformers >= 0.2.0.0 && < 0.6 + transformers >= 0.2.0.0 && < 0.7 Benchmark lift-benchmarks Default-Language: Haskell2010 @@ -111,7 +111,7 @@ base >= 4.4 && < 5 , criterion >= 1.1.1.0 && < 1.6 , optparse-applicative , - mtl >= 2.1 && < 2.3 , + mtl >= 2.1 && < 2.4 , pipes , - transformers >= 0.2.0.0 && < 0.6 + transformers >= 0.2.0.0 && < 0.7
