Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-http-api-data for
openSUSE:Factory checked in at 2021-12-19 17:34:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-api-data (Old)
and /work/SRC/openSUSE:Factory/.ghc-http-api-data.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-api-data"
Sun Dec 19 17:34:22 2021 rev:26 rq:932893 version:0.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-api-data/ghc-http-api-data.changes
2021-09-10 23:41:25.370566508 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-http-api-data.new.2520/ghc-http-api-data.changes
2021-12-19 17:34:33.796270297 +0100
@@ -1,0 +2,6 @@
+Mon Nov 15 06:57:49 UTC 2021 - [email protected]
+
+- Update http-api-data to version 0.4.3 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-http-api-data.spec ++++++
--- /var/tmp/diff_new_pack.RbKos1/_old 2021-12-19 17:34:34.296270649 +0100
+++ /var/tmp/diff_new_pack.RbKos1/_new 2021-12-19 17:34:34.300270652 +0100
@@ -25,7 +25,7 @@
License: BSD-2-Clause
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/3.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-attoparsec-iso8601-devel
++++++ http-api-data.cabal ++++++
--- /var/tmp/diff_new_pack.RbKos1/_old 2021-12-19 17:34:34.344270683 +0100
+++ /var/tmp/diff_new_pack.RbKos1/_new 2021-12-19 17:34:34.348270685 +0100
@@ -1,7 +1,7 @@
cabal-version: >= 1.10
name: http-api-data
version: 0.4.3
-x-revision: 3
+x-revision: 4
synopsis: Converting to/from HTTP API data like URL pieces, headers and
query parameters.
category: Web
@@ -32,8 +32,9 @@
GHC==8.4.4,
GHC==8.6.5,
GHC==8.8.4,
- GHC==8.10.4,
- GHC==9.0.1
+ GHC==8.10.7,
+ GHC==9.0.1,
+ GHC==9.2.1
flag use-text-show
description: Use text-show library for efficient ToHttpApiData
implementations.
@@ -45,7 +46,7 @@
include-dirs: include/
-- GHC bundled
- build-depends: base >= 4.7 && < 4.16
+ build-depends: base >= 4.7 && < 4.17
, bytestring >= 0.10.4.0 && < 0.12
, containers >= 0.5.5.1 && < 0.7
, text >= 1.2.3.0 && < 1.3
@@ -61,7 +62,7 @@
, attoparsec-iso8601 >= 1.0.2.0 && < 1.1
, base-compat >= 0.10.5 && < 0.13
, cookie >= 0.4.3 && < 0.5
- , hashable >= 1.2.7.0 && < 1.4
+ , hashable >= 1.2.7.0 && < 1.5
, http-types >= 0.12.3 && < 0.13
, tagged >= 0.8.5 && < 0.9
, time-compat >= 1.9.5 && < 1.10
@@ -98,7 +99,7 @@
hs-source-dirs: test
ghc-options: -Wall
default-language: Haskell2010
- build-tool-depends: hspec-discover:hspec-discover >= 2.7.1 && <2.9
+ build-tool-depends: hspec-discover:hspec-discover >= 2.7.1 && <2.10
-- inherited depndencies
build-depends:
base
@@ -115,7 +116,7 @@
build-depends: nats
build-depends: HUnit >= 1.6.0.0 && <1.7
- , hspec >= 2.7.1 && <2.9
+ , hspec >= 2.7.1 && <2.10
, QuickCheck >= 2.13.1 && <2.15
, quickcheck-instances >= 0.3.25.2 && <0.4