Hello community,
here is the log from the commit of package ghc-hackage-security for
openSUSE:Factory checked in at 2018-08-20 16:20:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old)
and /work/SRC/openSUSE:Factory/.ghc-hackage-security.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hackage-security"
Mon Aug 20 16:20:15 2018 rev:10 rq:630365 version:0.5.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes
2018-07-24 17:19:09.747051946 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-hackage-security.new/ghc-hackage-security.changes
2018-08-20 16:20:20.696900769 +0200
@@ -1,0 +2,5 @@
+Tue Aug 7 07:10:52 UTC 2018 - [email protected]
+
+- Update Cabal build information to support Cabal 2.4.x.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hackage-security.spec ++++++
--- /var/tmp/diff_new_pack.DNDomH/_old 2018-08-20 16:20:21.272901583 +0200
+++ /var/tmp/diff_new_pack.DNDomH/_new 2018-08-20 16:20:21.276901588 +0200
@@ -26,7 +26,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-base16-bytestring-devel
BuildRequires: ghc-base64-bytestring-devel
++++++ hackage-security.cabal ++++++
--- /var/tmp/diff_new_pack.DNDomH/_old 2018-08-20 16:20:21.392901752 +0200
+++ /var/tmp/diff_new_pack.DNDomH/_new 2018-08-20 16:20:21.392901752 +0200
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: hackage-security
version: 0.5.3.0
-x-revision: 1
+x-revision: 2
synopsis: Hackage security library
description: The hackage security library provides both server and
@@ -103,7 +103,7 @@
base16-bytestring >= 0.1.1 && < 0.2,
base64-bytestring >= 1.0 && < 1.1,
bytestring >= 0.9 && < 0.11,
- Cabal >= 1.14 && < 2.4,
+ Cabal >= 1.14 && < 2.6,
containers >= 0.4 && < 0.6,
ed25519 >= 0.0 && < 0.1,
filepath >= 1.2 && < 1.5,