Hello community,
here is the log from the commit of package ghc-regex-applicative-text for
openSUSE:Factory checked in at 2020-05-11 13:35:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-regex-applicative-text (Old)
and /work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-applicative-text"
Mon May 11 13:35:42 2020 rev:9 rq:801041 version:0.1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-regex-applicative-text/ghc-regex-applicative-text.changes
2019-12-27 13:56:29.120748667 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new.2738/ghc-regex-applicative-text.changes
2020-05-11 13:36:11.104467484 +0200
@@ -1,0 +2,5 @@
+Thu May 7 08:38:40 UTC 2020 - Peter Simons <[email protected]>
+
+- Update Cabal file to get more accurate dependency information.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-regex-applicative-text.spec ++++++
--- /var/tmp/diff_new_pack.oao61w/_old 2020-05-11 13:36:12.128469630 +0200
+++ /var/tmp/diff_new_pack.oao61w/_new 2020-05-11 13:36:12.132469639 +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/4.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-regex-applicative-devel
BuildRequires: ghc-rpm-macros
++++++ regex-applicative-text.cabal ++++++
--- /var/tmp/diff_new_pack.oao61w/_old 2020-05-11 13:36:12.168469714 +0200
+++ /var/tmp/diff_new_pack.oao61w/_new 2020-05-11 13:36:12.168469714 +0200
@@ -1,7 +1,7 @@
cabal-version: >=1.10
name: regex-applicative-text
version: 0.1.0.1
-x-revision: 4
+x-revision: 5
synopsis: regex-applicative on text
category: Text
description: Wrapped regex-applicative primitives to work with Text
@@ -22,7 +22,8 @@
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
- || ==8.8.1
+ || ==8.8.3
+ || ==8.10.1
build-type: Simple
extra-source-files: README.md
@@ -35,7 +36,7 @@
hs-source-dirs: src
ghc-options: -Wall
build-depends:
- base >=4.3 && <4.14
+ base >=4.3 && <4.15
, regex-applicative >=0.3 && <0.4
, text