Hello community,
here is the log from the commit of package ghc-unliftio-core for
openSUSE:Factory checked in at 2019-06-19 21:12:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unliftio-core (Old)
and /work/SRC/openSUSE:Factory/.ghc-unliftio-core.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unliftio-core"
Wed Jun 19 21:12:20 2019 rev:5 rq:710647 version:0.1.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-unliftio-core/ghc-unliftio-core.changes
2018-10-25 08:21:31.451933474 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unliftio-core.new.4811/ghc-unliftio-core.changes
2019-06-19 21:13:08.202785429 +0200
@@ -1,0 +2,5 @@
+Tue Jun 11 14:29:21 UTC 2019 - Peter Simons <[email protected]>
+
+- Update Cabal file for more accurate build dependencies.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unliftio-core.spec ++++++
--- /var/tmp/diff_new_pack.8WOT2f/_old 2019-06-19 21:13:08.790786001 +0200
+++ /var/tmp/diff_new_pack.8WOT2f/_new 2019-06-19 21:13:08.794786004 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-unliftio-core
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
Group: Development/Libraries/Haskell
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-rpm-macros
BuildRequires: ghc-transformers-devel
++++++ unliftio-core.cabal ++++++
--- /var/tmp/diff_new_pack.8WOT2f/_old 2019-06-19 21:13:08.830786040 +0200
+++ /var/tmp/diff_new_pack.8WOT2f/_new 2019-06-19 21:13:08.830786040 +0200
@@ -8,7 +8,7 @@
name: unliftio-core
version: 0.1.2.0
-x-revision: 1
+x-revision: 2
synopsis: The MonadUnliftIO typeclass for unlifting monads to IO
description: Please see the documentation and README at
<https://www.stackage.org/package/unliftio-core>
category: Control
@@ -27,7 +27,7 @@
hs-source-dirs:
src
build-depends:
- base >=4.5 && <4.13
+ base >=4.5 && <4.14
, transformers >=0.2 && <0.6
exposed-modules:
Control.Monad.IO.Unlift