Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-pipes-safe for openSUSE:Factory checked in at 2022-10-13 15:42:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-pipes-safe (Old) and /work/SRC/openSUSE:Factory/.ghc-pipes-safe.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pipes-safe" Thu Oct 13 15:42:46 2022 rev:5 rq:1008501 version:2.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-pipes-safe/ghc-pipes-safe.changes 2022-08-01 21:30:35.713690250 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-pipes-safe.new.2275/ghc-pipes-safe.changes 2022-10-13 15:42:55.646829547 +0200 @@ -1,0 +2,6 @@ +Sun Sep 4 23:49:29 UTC 2022 - Peter Simons <[email protected]> + +- Update pipes-safe to version 2.3.4 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- pipes-safe.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-pipes-safe.spec ++++++ --- /var/tmp/diff_new_pack.U2XHil/_old 2022-10-13 15:42:56.134830500 +0200 +++ /var/tmp/diff_new_pack.U2XHil/_new 2022-10-13 15:42:56.142830516 +0200 @@ -24,6 +24,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/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-exceptions-devel @@ -66,6 +67,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ pipes-safe.cabal ++++++ Name: pipes-safe Version: 2.3.4 x-revision: 1 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 License-File: LICENSE Extra-Source-Files: README.md changelog.md Copyright: 2013, 2014 Gabriella Gonzalez Author: Gabriella Gonzalez Maintainer: [email protected] Tested-With: GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.1 Bug-Reports: https://github.com/Gabriella439/Haskell-Pipes-Safe-Library/issues Synopsis: Safety for the pipes ecosystem Description: This package adds resource management and exception handling to the @pipes@ ecosystem. . Notable features include: . * /Resource Safety/: Guarantee finalization using @finally@, @bracket@ and more . * /Exception Safety/: Even against asynchronous exceptions! . * /Laziness/: Only acquire resources when you need them . * /Promptness/: Finalize resources early when you are done with them . * /Native Exception Handling/: Catch and resume from exceptions inside pipes . * /No Buy-in/: Mix resource-safe pipes with unmanaged pipes using @hoist@ Category: Control, Pipes, Error Handling Source-Repository head Type: git Location: https://github.com/Gabriella439/Haskell-Pipes-Safe-Library Library Build-Depends: base >= 4.14 && < 4.17, containers >= 0.6.2.1 && < 0.7 , exceptions >= 0.10.4 && < 0.11, mtl >= 2.2.2 && < 2.3 , transformers >= 0.5.6.2 && < 0.6 , transformers-base >= 0.4.4 && < 0.5 , monad-control >= 1.0.0.4 && < 1.1 , primitive >= 0.7.0.0 && < 0.8 , pipes >= 4.3.10 && < 4.4 Exposed-Modules: Pipes.Safe, Pipes.Safe.Prelude HS-Source-Dirs: src GHC-Options: -O2 -Wall Default-Language: Haskell2010
