Hello community,

here is the log from the commit of package ghc-attoparsec for openSUSE:Factory 
checked in at 2019-06-19 21:10:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-attoparsec (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-attoparsec.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-attoparsec"

Wed Jun 19 21:10:17 2019 rev:15 rq:710620 version:0.13.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-attoparsec/ghc-attoparsec.changes    
2018-10-25 08:21:41.251929081 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-attoparsec.new.4811/ghc-attoparsec.changes  
2019-06-19 21:11:53.066712428 +0200
@@ -1,0 +2,5 @@
+Tue Jun 11 14:29:08 UTC 2019 - Peter Simons <psim...@suse.com>
+
+- Update Cabal file for more accurate build dependencies.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-attoparsec.spec ++++++
--- /var/tmp/diff_new_pack.6O0Is4/_old  2019-06-19 21:11:54.490713812 +0200
+++ /var/tmp/diff_new_pack.6O0Is4/_new  2019-06-19 21:11:54.494713815 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-attoparsec
 #
-# 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/2.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel

++++++ attoparsec.cabal ++++++
--- /var/tmp/diff_new_pack.6O0Is4/_old  2019-06-19 21:11:54.542713862 +0200
+++ /var/tmp/diff_new_pack.6O0Is4/_new  2019-06-19 21:11:54.542713862 +0200
@@ -1,6 +1,6 @@
 name:            attoparsec
 version:         0.13.2.2
-x-revision: 2
+x-revision:      3
 license:         BSD3
 license-file:    LICENSE
 category:        Text, Parsing
@@ -54,7 +54,7 @@
   if !impl(ghc >= 8.0)
     -- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
     build-depends: fail == 4.9.*,
-                   semigroups >=0.16.1 && <0.19
+                   semigroups >=0.16.1 && <0.20
 
   exposed-modules: Data.Attoparsec
                    Data.Attoparsec.ByteString
@@ -140,7 +140,7 @@
   if !impl(ghc >= 8.0)
     -- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
     build-depends: fail == 4.9.*,
-                   semigroups >=0.16.1 && <0.19
+                   semigroups >=0.16.1 && <0.20
 
 benchmark benchmarks
   type: exitcode-stdio-1.0


Reply via email to