Hello community,
here is the log from the commit of package ghc-safe-exceptions-checked for
openSUSE:Factory checked in at 2017-07-17 09:11:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-safe-exceptions-checked (Old)
and /work/SRC/openSUSE:Factory/.ghc-safe-exceptions-checked.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-safe-exceptions-checked"
Mon Jul 17 09:11:24 2017 rev:2 rq:510175 version:0.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-safe-exceptions-checked/ghc-safe-exceptions-checked.changes
2017-05-16 14:42:40.632020128 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-safe-exceptions-checked.new/ghc-safe-exceptions-checked.changes
2017-07-17 09:11:28.097316725 +0200
@@ -1,0 +2,5 @@
+Thu Jul 6 03:01:36 UTC 2017 - [email protected]
+
+- Update to version 0.1.0 revision 2.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-safe-exceptions-checked.spec ++++++
--- /var/tmp/diff_new_pack.3v7D8W/_old 2017-07-17 09:11:29.733086323 +0200
+++ /var/tmp/diff_new_pack.3v7D8W/_new 2017-07-17 09:11:29.733086323 +0200
@@ -26,7 +26,7 @@
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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-rpm-macros
++++++ safe-exceptions-checked.cabal ++++++
--- /var/tmp/diff_new_pack.3v7D8W/_old 2017-07-17 09:11:29.773080691 +0200
+++ /var/tmp/diff_new_pack.3v7D8W/_new 2017-07-17 09:11:29.773080691 +0200
@@ -4,7 +4,7 @@
name: safe-exceptions-checked
version: 0.1.0
-x-revision: 1
+x-revision: 2
synopsis: Safe, checked exceptions
description: Machinery for throwing and catching both pure and impure
synchronous exceptions. Based on
<https://www.well-typed.com/blog/2015/07/checked-exceptions/ Lightweight
Checked Exceptions> by Edsko de Vries and Adam Gundry.
category: Control
@@ -32,7 +32,7 @@
build-depends:
base >= 4.7 && < 5
, deepseq
- , safe-exceptions >= 0.1.1 && < 0.1.6
+ , safe-exceptions >= 0.1.1 && < 0.1.7
, transformers >= 0.2.0.0 && < 0.6
exposed-modules:
Control.Exception.Safe.Checked