Hello community,
here is the log from the commit of package ghc-hackage-security for
openSUSE:Factory checked in at 2018-10-25 08:21:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old)
and /work/SRC/openSUSE:Factory/.ghc-hackage-security.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hackage-security"
Thu Oct 25 08:21:35 2018 rev:11 rq:643246 version:0.5.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes
2018-08-20 16:20:20.696900769 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-hackage-security.new/ghc-hackage-security.changes
2018-10-25 08:21:37.175930908 +0200
@@ -1,0 +2,5 @@
+Fri Oct 19 18:38:52 UTC 2018 - Peter Simons <[email protected]>
+
+- Update Cabal build instructions to support ghc-8.6.1.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hackage-security.spec ++++++
--- /var/tmp/diff_new_pack.7YnpZQ/_old 2018-10-25 08:21:38.247930428 +0200
+++ /var/tmp/diff_new_pack.7YnpZQ/_new 2018-10-25 08:21:38.251930426 +0200
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.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.7YnpZQ/_old 2018-10-25 08:21:38.291930407 +0200
+++ /var/tmp/diff_new_pack.7YnpZQ/_new 2018-10-25 08:21:38.291930407 +0200
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: hackage-security
version: 0.5.3.0
-x-revision: 2
+x-revision: 3
synopsis: Hackage security library
description: The hackage security library provides both server and
@@ -99,12 +99,12 @@
Hackage.Security.Util.TypedEmbedded
Prelude
-- We support ghc 7.4 (bundled with Cabal 1.14) and up
- build-depends: base >= 4.5 && < 4.12,
+ build-depends: base >= 4.5 && < 4.13,
base16-bytestring >= 0.1.1 && < 0.2,
base64-bytestring >= 1.0 && < 1.1,
bytestring >= 0.9 && < 0.11,
Cabal >= 1.14 && < 2.6,
- containers >= 0.4 && < 0.6,
+ containers >= 0.4 && < 0.7,
ed25519 >= 0.0 && < 0.1,
filepath >= 1.2 && < 1.5,
mtl >= 2.2 && < 2.3,
@@ -201,7 +201,7 @@
-- dependency in network is not redundant.)
if flag(use-network-uri)
build-depends: network-uri >= 2.6 && < 2.7,
- network >= 2.6 && < 2.8
+ network >= 2.6 && < 2.9
else
build-depends: network >= 2.5 && < 2.6