Hello community,
here is the log from the commit of package ghc-quickcheck-instances for
openSUSE:Factory checked in at 2016-11-24 21:24:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-quickcheck-instances (Old)
and /work/SRC/openSUSE:Factory/.ghc-quickcheck-instances.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-quickcheck-instances"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-quickcheck-instances/ghc-quickcheck-instances.changes
2016-11-15 17:57:27.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-quickcheck-instances.new/ghc-quickcheck-instances.changes
2016-11-24 21:24:22.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 07:00:43 UTC 2016 - [email protected]
+
+- Update to version 0.3.12 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------
New:
----
quickcheck-instances.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-quickcheck-instances.spec ++++++
--- /var/tmp/diff_new_pack.ClRJjx/_old 2016-11-24 21:24:23.000000000 +0100
+++ /var/tmp/diff_new_pack.ClRJjx/_new 2016-11-24 21:24:23.000000000 +0100
@@ -22,11 +22,11 @@
Release: 0
Summary: Common quickcheck instances
License: BSD-3-Clause
-Group: System/Libraries
+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/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-bytestring-devel
@@ -40,7 +40,6 @@
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
QuickCheck instances.
@@ -69,16 +68,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ quickcheck-instances.cabal ++++++
Name: quickcheck-instances
Version: 0.3.12
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 <http://www.haskell.org/cabal/users-guide/#test-suites>
License: BSD3
License-file: LICENSE
Author: Antoine Latter
Maintainer: [email protected]
Homepage: https://github.com/aslatter/qc-instances
Bug-reports: https://github.com/aslatter/qc-instances/issues
Copyright: Copyright Antoine Latter, 2012-2014
Category: Testing
Build-type: Simple
Extra-source-files: CHANGES
Cabal-version: >=1.6
Tested-with: GHC >= 7.6 && < 8.1
Source-repository head
type: git
location: https://github.com/aslatter/qc-instances.git
Library
-- Modules exported by the library.
Exposed-modules: Test.QuickCheck.Instances
Hs-Source-Dirs: src
Build-depends: base < 5,
array >= 0.3 && < 0.6,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
hashable >= 1.1.2.3 && < 1.3,
unordered-containers >= 0.2.1 && < 0.3,
old-time >= 1.0 && < 1.2,
QuickCheck >= 2.1 && < 2.10,
text >= 0.7 && < 1.3,
time >= 1.1 && < 1.7,
vector >= 0.9 && <0.12,
scientific >=0.2 && <0.4
Ghc-options: -Wall
Other-modules: Test.QuickCheck.Instances.LegacyNumeric
-- Build-tools: