Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-safe-exceptions for
openSUSE:Factory checked in at 2023-10-18 21:26:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-safe-exceptions (Old)
and /work/SRC/openSUSE:Factory/.ghc-safe-exceptions.new.31755 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-safe-exceptions"
Wed Oct 18 21:26:01 2023 rev:8 rq:1118484 version:0.1.7.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-safe-exceptions/ghc-safe-exceptions.changes
2023-07-05 15:31:59.451075615 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-safe-exceptions.new.31755/ghc-safe-exceptions.changes
2023-10-18 21:26:18.401997984 +0200
@@ -1,0 +2,6 @@
+Sat Oct 14 09:07:51 UTC 2023 - Peter Simons <[email protected]>
+
+- Update safe-exceptions to version 0.1.7.4 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
safe-exceptions.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-safe-exceptions.spec ++++++
--- /var/tmp/diff_new_pack.ahJgpl/_old 2023-10-18 21:26:19.834049860 +0200
+++ /var/tmp/diff_new_pack.ahJgpl/_new 2023-10-18 21:26:19.842050149 +0200
@@ -26,6 +26,7 @@
License: MIT
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-base-devel
BuildRequires: ghc-base-prof
@@ -76,6 +77,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ safe-exceptions.cabal ++++++
name: safe-exceptions
version: 0.1.7.4
x-revision: 1
synopsis: Safe, consistent, and easy exception handling
description: Please see README.md
homepage: https://github.com/fpco/safe-exceptions#readme
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: [email protected]
copyright: 2016 FP Complete
category: Control
build-type: Simple
extra-source-files: README.md ChangeLog.md COOKBOOK.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Control.Exception.Safe
build-depends: base >= 4.11 && < 5
, deepseq >= 1.2 && < 1.6
, exceptions >= 0.10 && < 0.11
, transformers >= 0.2 && < 0.7
default-language: Haskell2010
test-suite safe-exceptions-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: Control.Exception.SafeSpec
build-depends: base
, hspec
, safe-exceptions
, transformers
, void
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/fpco/safe-exceptions