Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-quickcheck-instances for
openSUSE:Factory checked in at 2021-12-19 17:34:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-quickcheck-instances (Old)
and /work/SRC/openSUSE:Factory/.ghc-quickcheck-instances.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-quickcheck-instances"
Sun Dec 19 17:34:31 2021 rev:4 rq:933327 version:0.3.26.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-quickcheck-instances/ghc-quickcheck-instances.changes
2021-11-11 21:38:36.424984269 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-quickcheck-instances.new.2520/ghc-quickcheck-instances.changes
2021-12-19 17:34:47.284279797 +0100
@@ -1,0 +2,6 @@
+Tue Nov 16 19:52:43 UTC 2021 - [email protected]
+
+- Update quickcheck-instances to version 0.3.26.1 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
quickcheck-instances.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-quickcheck-instances.spec ++++++
--- /var/tmp/diff_new_pack.yOQmAl/_old 2021-12-19 17:34:48.044280333 +0100
+++ /var/tmp/diff_new_pack.yOQmAl/_new 2021-12-19 17:34:48.048280335 +0100
@@ -25,6 +25,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/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-OneTuple-devel
BuildRequires: ghc-QuickCheck-devel
@@ -79,6 +80,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ quickcheck-instances.cabal ++++++
name: quickcheck-instances
version: 0.3.26.1
x-revision: 1
synopsis: Common quickcheck instances
description:
QuickCheck instances.
.
The goal is to supply QuickCheck instances for
types provided by the Haskell Platform.
.
Since all of these instances are provided as
orphans, I recommend that you do not use this library
within another library module, so that you don't
impose these instances on down-stream consumers of
your code.
.
For information on writing a test-suite with Cabal
see
<https://www.haskell.org/cabal/users-guide/developing-packages.html#test-suites>
license: BSD3
license-file: LICENSE
author:
Antoine Latter <[email protected]>, Oleg Grenrus <[email protected]>
maintainer: Oleg Grenrus <[email protected]>
homepage: https://github.com/haskellari/qc-instances
bug-reports: https://github.com/haskellari/qc-instances/issues
copyright: Copyright 2012-2016 Antoine Latter, 2017-2019 Oleg Grenrus
category: Testing
build-type: Simple
extra-source-files: CHANGES
cabal-version: >=1.10
tested-with:
GHC ==7.4.2
|| ==7.6.3
|| ==7.8.4
|| ==7.10.3
|| ==8.0.2
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
|| ==8.10.4
|| ==9.0.1
|| ==9.2.1
source-repository head
type: git
location: https://github.com/haskellari/qc-instances.git
flag bytestring-builder
description: Use bytestring-builder (with old bytestring)
default: False
manual: False
library
default-language: Haskell2010
exposed-modules:
Test.QuickCheck.Instances
Test.QuickCheck.Instances.Array
Test.QuickCheck.Instances.ByteString
Test.QuickCheck.Instances.CaseInsensitive
Test.QuickCheck.Instances.Containers
Test.QuickCheck.Instances.DataFix
Test.QuickCheck.Instances.Hashable
Test.QuickCheck.Instances.Natural
Test.QuickCheck.Instances.OldTime
Test.QuickCheck.Instances.Scientific
Test.QuickCheck.Instances.Semigroup
Test.QuickCheck.Instances.Solo
Test.QuickCheck.Instances.Strict
Test.QuickCheck.Instances.Tagged
Test.QuickCheck.Instances.Text
Test.QuickCheck.Instances.These
Test.QuickCheck.Instances.Time
Test.QuickCheck.Instances.Transformer
Test.QuickCheck.Instances.UnorderedContainers
Test.QuickCheck.Instances.UUID
Test.QuickCheck.Instances.Vector
Test.QuickCheck.Instances.Void
other-modules: Test.QuickCheck.Instances.CustomPrelude
hs-source-dirs: src
build-depends:
base >=4.5 && <4.17
, QuickCheck >=2.14.1 && <2.14.3
, splitmix >=0.0.2 && <0.2
build-depends:
array >=0.4.0.0 && <0.6
, bytestring >=0.9.2.1 && <0.12
, case-insensitive >=1.2.0.4 && <1.3
, containers >=0.4.2.1 && <0.7
, data-fix >=0.3 && <0.4
, hashable >=1.2.7.0 && <1.5
, integer-logarithms >=1.0.3 && <1.1
, old-time >=1.1.0.0 && <1.2
, OneTuple >=0.3 && <0.4
, scientific >=0.3.6.2 && <0.4
, strict >=0.4 && <0.5
, tagged >=0.8.6 && <0.9
, text >=1.2.3.0 && <1.3
, these >=1.1.1.1 && <1.2
, time-compat >=1.9.4 && <1.10
, transformers >=0.3.0.0 && <0.7
, transformers-compat >=0.6.5 && <0.8
, unordered-containers >=0.2.2.0 && <0.3
, uuid-types >=1.0.3 && <1.1
, vector >=0.9 && <0.13
-- version is irrelevant.
build-depends: time
if !impl(ghc >=8.0)
build-depends: semigroups >=0.18.5 && <0.21
if !impl(ghc >=7.10)
build-depends:
nats >=1 && <1.2
, void >=0.7.2 && <0.8
if flag(bytestring-builder)
build-depends:
bytestring <0.10.4.0
, bytestring-builder >=0.10.4 && <0.11
else
build-depends: bytestring >=0.10.4.0
if impl(ghc >=7.8)
exposed-modules: Test.QuickCheck.Instances.Text.Short
build-depends: text-short >=0.1.3 && <0.2
ghc-options: -Wall
test-suite self-test
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs: test
build-depends:
base
, containers
, QuickCheck
, quickcheck-instances
, tagged
, uuid-types
benchmark bytestring-gen
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: ByteString.hs
hs-source-dirs: bench
build-depends:
base
, bytestring
, QuickCheck
, quickcheck-instances