Hello community,
here is the log from the commit of package ghc-adjunctions for openSUSE:Factory
checked in at 2019-02-17 12:19:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-adjunctions (Old)
and /work/SRC/openSUSE:Factory/.ghc-adjunctions.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-adjunctions"
Sun Feb 17 12:19:47 2019 rev:3 rq:674292 version:4.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-adjunctions/ghc-adjunctions.changes
2018-10-25 08:14:30.432118104 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-adjunctions.new.28833/ghc-adjunctions.changes
2019-02-17 12:19:47.628226078 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:33:32 UTC 2019 - Peter Simons <[email protected]>
+
+- Update Cabal build instructions for more accurate dependencies.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-adjunctions.spec ++++++
--- /var/tmp/diff_new_pack.emP4IO/_old 2019-02-17 12:19:48.108225946 +0100
+++ /var/tmp/diff_new_pack.emP4IO/_new 2019-02-17 12:19:48.112225946 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-adjunctions
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
Group: Development/Libraries/Haskell
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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-comonad-devel
++++++ adjunctions.cabal ++++++
--- /var/tmp/diff_new_pack.emP4IO/_old 2019-02-17 12:19:48.152225935 +0100
+++ /var/tmp/diff_new_pack.emP4IO/_new 2019-02-17 12:19:48.152225935 +0100
@@ -1,7 +1,7 @@
name: adjunctions
category: Data Structures, Adjunctions
version: 4.4
-x-revision: 1
+x-revision: 2
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
@@ -45,6 +45,7 @@
MultiParamTypeClasses
Rank2Types
UndecidableInstances
+ DefaultSignatures
build-depends:
array >= 0.3.0.2 && < 0.7,