Hello community,
here is the log from the commit of package ghc-hackage-security for
openSUSE:Factory checked in at 2017-05-06 18:28:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old)
and /work/SRC/openSUSE:Factory/.ghc-hackage-security.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hackage-security"
Sat May 6 18:28:34 2017 rev:5 rq:491469 version:0.5.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes
2017-03-20 17:07:04.498946937 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hackage-security.new/ghc-hackage-security.changes
2017-05-06 18:28:35.568190187 +0200
@@ -1,0 +2,5 @@
+Wed Apr 19 13:20:15 UTC 2017 - [email protected]
+
+- Update to version 0.5.2.2 revision 3 with cabal2obs.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hackage-security.spec ++++++
--- /var/tmp/diff_new_pack.RVkMFf/_old 2017-05-06 18:28:36.208099893 +0200
+++ /var/tmp/diff_new_pack.RVkMFf/_new 2017-05-06 18:28:36.212099328 +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/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.RVkMFf/_old 2017-05-06 18:28:36.280089734 +0200
+++ /var/tmp/diff_new_pack.RVkMFf/_new 2017-05-06 18:28:36.280089734 +0200
@@ -1,6 +1,6 @@
name: hackage-security
version: 0.5.2.2
-x-revision: 2
+x-revision: 3
-- xrevision:1 integrates
--
https://github.com/well-typed/hackage-security/commit/e4bff90a82a588ff2d0beedfc50d5fdf75861d48
synopsis: Hackage security library
@@ -153,9 +153,7 @@
UndecidableInstances
-- use the new stage1/cross-compile-friendly Quotes subset of TH for new GHCs
if impl(ghc >= 8.0)
- -- place holder until Hackage allows to edit in the new extension token
- -- other-extensions: TemplateHaskellQuotes
- other-extensions:
+ other-extensions: TemplateHaskellQuotes
else
other-extensions: TemplateHaskell
@@ -164,7 +162,7 @@
if flag(base48)
build-depends: base >= 4.8
else
- build-depends: old-locale >= 1.0
+ build-depends: base < 4.8, old-locale >= 1.0
-- The URI type got split out off the network package after version 2.5, and
-- moved to a separate network-uri package. Since we don't need the rest of
@@ -209,9 +207,7 @@
if impl(ghc >= 7.10)
other-extensions: AllowAmbiguousTypes
--- StaticPointers
--- ^^^ Temporarily disabled because Hackage doesn't know yet about this
--- extension and will therefore reject this package.
+ StaticPointers
test-suite TestSuite
type: exitcode-stdio-1.0
@@ -224,7 +220,7 @@
TestSuite.PrivateKeys
TestSuite.Util.StrictMVar
build-depends: base,
- Cabal,
+ Cabal < 1.25,
containers,
HUnit,
bytestring,