Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-polyparse for openSUSE:Factory checked in at 2023-09-04 22:53:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-polyparse (Old) and /work/SRC/openSUSE:Factory/.ghc-polyparse.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-polyparse" Mon Sep 4 22:53:49 2023 rev:13 rq:1108871 version:1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-polyparse/ghc-polyparse.changes 2023-08-11 15:56:15.188020066 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-polyparse.new.1766/ghc-polyparse.changes 2023-09-04 22:54:38.550016253 +0200 @@ -1,0 +2,6 @@ +Sun Aug 27 18:34:24 UTC 2023 - Peter Simons <[email protected]> + +- Update polyparse to version 1.13 revision 9. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-polyparse.spec ++++++ --- /var/tmp/diff_new_pack.EMbyQF/_old 2023-09-04 22:54:39.574052450 +0200 +++ /var/tmp/diff_new_pack.EMbyQF/_new 2023-09-04 22:54:39.582052733 +0200 @@ -25,7 +25,7 @@ License: LGPL-2.1-only 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/8.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/9.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ polyparse.cabal ++++++ --- /var/tmp/diff_new_pack.EMbyQF/_old 2023-09-04 22:54:39.618054006 +0200 +++ /var/tmp/diff_new_pack.EMbyQF/_new 2023-09-04 22:54:39.622054146 +0200 @@ -1,6 +1,6 @@ name: polyparse version: 1.13 -x-revision: 8 +x-revision: 9 license: LGPL license-files: COPYRIGHT, LICENCE-LGPL, LICENCE-commercial copyright: (c) 2006-2016 Malcolm Wallace @@ -25,22 +25,23 @@ extra-source-files: Changelog.md tested-with: - GHC ==9.6.2 - || ==9.4.5 - || ==9.2.8 - || ==9.0.2 - || ==8.10.7 - || ==8.8.4 - || ==8.6.5 - || ==8.4.4 - || ==8.2.2 - || ==8.0.2 - || ==7.10.3 - || ==7.8.4 - || ==7.6.3 - || ==7.4.2 - || ==7.2.2 - || ==7.0.4 + GHC == 9.8.0 + GHC == 9.6.2 + GHC == 9.4.7 + GHC == 9.2.8 + GHC == 9.0.2 + GHC == 8.10.7 + GHC == 8.8.4 + GHC == 8.6.5 + GHC == 8.4.4 + GHC == 8.2.2 + GHC == 8.0.2 + GHC == 7.10.3 + GHC == 7.8.4 + GHC == 7.6.3 + GHC == 7.4.2 + GHC == 7.2.2 + GHC == 7.0.4 source-repository head type: git @@ -49,7 +50,7 @@ library hs-source-dirs: src - build-depends: base >= 4.3.1.0 && < 4.20 + build-depends: base >= 4.3.1.0 && < 5 if !impl(ghc >= 8.0) build-depends: fail == 4.9.* @@ -70,7 +71,7 @@ Text.Parse if impl(ghc) build-depends: bytestring >= 0.9.1.0 && < 0.13 - build-depends: text >= 1.2.3.0 && <1.3 || >=2.0 && <2.1 + build-depends: text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 3 exposed-modules: Text.ParserCombinators.Poly.ByteString Text.ParserCombinators.Poly.ByteStringChar
