Hello community,

here is the log from the commit of package ghc-ansi-wl-pprint for 
openSUSE:Factory checked in at 2020-08-18 12:25:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ansi-wl-pprint (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-ansi-wl-pprint.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-ansi-wl-pprint"

Tue Aug 18 12:25:07 2020 rev:12 rq:827538 version:0.6.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ansi-wl-pprint/ghc-ansi-wl-pprint.changes    
2020-06-19 17:07:48.817167414 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-ansi-wl-pprint.new.3399/ghc-ansi-wl-pprint.changes
  2020-08-18 12:25:14.351827288 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 09:09:15 UTC 2020 - Peter Simons <psim...@suse.com>
+
+- Tweak Cabal file to accept latest ansi-terminal version.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-ansi-wl-pprint.spec ++++++
--- /var/tmp/diff_new_pack.0kgxGo/_old  2020-08-18 12:25:16.231828072 +0200
+++ /var/tmp/diff_new_pack.0kgxGo/_new  2020-08-18 12:25:16.235828074 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ansi-wl-pprint
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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/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-ansi-terminal-devel
 BuildRequires:  ghc-rpm-macros

++++++ ansi-wl-pprint.cabal ++++++
--- /var/tmp/diff_new_pack.0kgxGo/_old  2020-08-18 12:25:16.283828094 +0200
+++ /var/tmp/diff_new_pack.0kgxGo/_new  2020-08-18 12:25:16.283828094 +0200
@@ -1,7 +1,7 @@
 cabal-version:       >= 1.10
 name:                ansi-wl-pprint
 version:             0.6.9
-x-revision:          1
+x-revision:          2
 
 category:            User Interfaces, Text
 synopsis:            The Wadler/Leijen Pretty Printer for colored ANSI 
terminal output
@@ -46,7 +46,7 @@
     -- see also notes in Text.PrettyPrint.ANSI.Leijen
     build-depends: semigroups >= 0.18.5 && < 0.20
 
-  build-depends: ansi-terminal >= 0.9.1 && < 0.11
+  build-depends: ansi-terminal >= 0.9.1 && < 0.12
   build-depends: base >= 4.3 && < 5
 
   if impl(ghc >= 7.4)


Reply via email to