Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-hedgehog-quickcheck for
openSUSE:Factory checked in at 2022-10-13 15:42:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hedgehog-quickcheck (Old)
and /work/SRC/openSUSE:Factory/.ghc-hedgehog-quickcheck.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hedgehog-quickcheck"
Thu Oct 13 15:42:05 2022 rev:4 rq:1008469 version:0.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hedgehog-quickcheck/ghc-hedgehog-quickcheck.changes
2022-08-01 21:29:58.545583618 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-hedgehog-quickcheck.new.2275/ghc-hedgehog-quickcheck.changes
2022-10-13 15:42:11.394743161 +0200
@@ -1,0 +2,6 @@
+Sun Aug 28 21:31:52 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hedgehog-quickcheck to version 0.1.1 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hedgehog-quickcheck.spec ++++++
--- /var/tmp/diff_new_pack.Lx8NAo/_old 2022-10-13 15:42:11.930744209 +0200
+++ /var/tmp/diff_new_pack.Lx8NAo/_new 2022-10-13 15:42:11.934744216 +0200
@@ -24,7 +24,7 @@
License: BSD-3-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-QuickCheck-devel
BuildRequires: ghc-hedgehog-devel
++++++ hedgehog-quickcheck.cabal ++++++
--- /var/tmp/diff_new_pack.Lx8NAo/_old 2022-10-13 15:42:11.990744325 +0200
+++ /var/tmp/diff_new_pack.Lx8NAo/_new 2022-10-13 15:42:11.994744333 +0200
@@ -1,5 +1,5 @@
version: 0.1.1
-x-revision: 3
+x-revision: 4
name:
hedgehog-quickcheck
@@ -51,7 +51,7 @@
library
build-depends:
base >= 3 && < 5
- , hedgehog >= 0.5 && < 1.2
+ , hedgehog >= 0.5 && < 1.3
, QuickCheck >= 2.7 && < 2.15
, transformers >= 0.4 && < 0.7
@@ -64,6 +64,5 @@
exposed-modules:
Hedgehog.Gen.QuickCheck
- Test.QuickCheck.Hedgehog
-(No newline at EOF)
+ Test.QuickCheck.Hedgehog