Hello community,
here is the log from the commit of package ghc-integer-logarithms for
openSUSE:Factory checked in at 2020-05-11 13:35:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-integer-logarithms (Old)
and /work/SRC/openSUSE:Factory/.ghc-integer-logarithms.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-integer-logarithms"
Mon May 11 13:35:17 2020 rev:10 rq:801028 version:1.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-integer-logarithms/ghc-integer-logarithms.changes
2019-12-27 13:54:33.464692782 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-integer-logarithms.new.2738/ghc-integer-logarithms.changes
2020-05-11 13:35:41.932406332 +0200
@@ -1,0 +2,5 @@
+Thu May 7 08:08:22 UTC 2020 - Peter Simons <[email protected]>
+
+- Update Cabal file to get more accurate dependency information.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-integer-logarithms.spec ++++++
--- /var/tmp/diff_new_pack.oaHDzG/_old 2020-05-11 13:35:42.588407707 +0200
+++ /var/tmp/diff_new_pack.oaHDzG/_new 2020-05-11 13:35:42.588407707 +0200
@@ -25,7 +25,7 @@
License: MIT
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-rpm-macros
++++++ integer-logarithms.cabal ++++++
--- /var/tmp/diff_new_pack.oaHDzG/_old 2020-05-11 13:35:42.628407791 +0200
+++ /var/tmp/diff_new_pack.oaHDzG/_new 2020-05-11 13:35:42.628407791 +0200
@@ -1,6 +1,6 @@
name: integer-logarithms
version: 1.0.3
-x-revision: 1
+x-revision: 2
cabal-version: >= 1.10
author: Daniel Fischer
copyright: (c) 2011 Daniel Fischer
@@ -33,8 +33,9 @@
GHC==8.0.2,
GHC==8.2.2,
GHC==8.4.4,
- GHC==8.6.4,
- GHC==8.8.1
+ GHC==8.6.5,
+ GHC==8.8.2,
+ GHC==8.10.2
extra-source-files : readme.md changelog.md
@@ -52,9 +53,9 @@
default-language: Haskell2010
hs-source-dirs: src
build-depends:
- base >= 4.3 && < 4.14,
+ base >= 4.3 && < 4.15,
array >= 0.3 && < 0.6,
- ghc-prim < 0.6
+ ghc-prim < 0.7
if !impl(ghc >= 7.10)
build-depends: nats >= 1.1.2 && <1.2