Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-attoparsec for openSUSE:Factory checked in at 2023-07-18 21:54:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-attoparsec (Old) and /work/SRC/openSUSE:Factory/.ghc-attoparsec.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-attoparsec" Tue Jul 18 21:54:17 2023 rev:30 rq:1098946 version:0.14.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-attoparsec/ghc-attoparsec.changes 2023-04-04 21:18:33.412477525 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-attoparsec.new.3193/ghc-attoparsec.changes 2023-07-18 21:54:26.814401195 +0200 @@ -1,0 +2,6 @@ +Wed Jul 12 14:11:27 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update attoparsec to version 0.14.4 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-attoparsec.spec ++++++ --- /var/tmp/diff_new_pack.WBgai7/_old 2023-07-18 21:54:27.518405130 +0200 +++ /var/tmp/diff_new_pack.WBgai7/_new 2023-07-18 21:54:27.530405197 +0200 @@ -26,7 +26,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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-array-prof ++++++ attoparsec.cabal ++++++ --- /var/tmp/diff_new_pack.WBgai7/_old 2023-07-18 21:54:27.578405466 +0200 +++ /var/tmp/diff_new_pack.WBgai7/_new 2023-07-18 21:54:27.582405488 +0200 @@ -2,7 +2,7 @@ -- 2.0 needed for internal libraries name: attoparsec version: 0.14.4 -x-revision: 3 +x-revision: 4 license: BSD3 license-file: LICENSE category: Text, Parsing @@ -19,9 +19,9 @@ file formats. tested-with: - GHC == 9.6.0 - GHC == 9.4.4 - GHC == 9.2.6 + GHC == 9.6.2 + GHC == 9.4.5 + GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 @@ -56,7 +56,7 @@ hs-source-dirs: internal build-depends: array, base >= 4.5 && < 5, - bytestring <0.12, + bytestring <0.13, text >= 1.1.1.3 if !impl(ghc >= 8.0) build-depends: semigroups >=0.16.1 && <0.21 @@ -72,7 +72,7 @@ library build-depends: array, base >= 4.5 && < 5, - bytestring <0.12, + bytestring <0.13, containers, deepseq, scientific >= 0.3.1 && < 0.4,