Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-HsYAML for openSUSE:Factory checked in at 2021-11-11 21:37:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old) and /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-HsYAML" Thu Nov 11 21:37:28 2021 rev:13 rq:930425 version:0.2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes 2021-03-17 20:19:31.515282281 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1890/ghc-HsYAML.changes 2021-11-11 21:38:10.844965613 +0100 @@ -1,0 +2,6 @@ +Mon Nov 8 16:30:36 UTC 2021 - [email protected] + +- Update HsYAML to version 0.2.1.0 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-HsYAML.spec ++++++ --- /var/tmp/diff_new_pack.GAbBTt/_old 2021-11-11 21:38:11.160965844 +0100 +++ /var/tmp/diff_new_pack.GAbBTt/_new 2021-11-11 21:38:11.160965844 +0100 @@ -25,7 +25,7 @@ License: GPL-2.0-or-later 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-bytestring-devel BuildRequires: ghc-containers-devel ++++++ HsYAML.cabal ++++++ --- /var/tmp/diff_new_pack.GAbBTt/_old 2021-11-11 21:38:11.188965864 +0100 +++ /var/tmp/diff_new_pack.GAbBTt/_new 2021-11-11 21:38:11.188965864 +0100 @@ -1,7 +1,7 @@ cabal-version: 1.14 name: HsYAML version: 0.2.1.0 -x-revision: 2 +x-revision: 3 synopsis: Pure Haskell YAML 1.2 processor homepage: https://github.com/hvr/HsYAML @@ -15,7 +15,19 @@ , 2007-2008 Oren Ben-Kiki category: Text build-type: Simple -tested-with: GHC==8.6.1, GHC==8.4.3, GHC==8.4.1, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2 +tested-with: + GHC == 9.2.1 + GHC == 9.0.1 + 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 description: @HsYAML@ is a [YAML 1.2](http://yaml.org/spec/1.2/spec.html) processor, i.e. a library for parsing and serializing YAML documents. @@ -78,7 +90,7 @@ Trustworthy TypeSynonymInstances - build-depends: base >=4.5 && <4.16 + build-depends: base >=4.5 && <4.17 , bytestring >=0.9 && <0.12 , containers >=0.4.2 && <0.7 , deepseq >=1.3.0 && <1.5 @@ -114,7 +126,7 @@ , containers , mtl -- non-inherited - , megaparsec >= 6.5.0 && < 6.6 + , megaparsec >= 6.5.0 && < 10 , microaeson == 0.1.* , filepath == 1.4.* , directory >= 1.2 && < 1.4 @@ -139,6 +151,6 @@ , containers , mtl -- non-inherited - , QuickCheck == 2.13.* - , tasty == 1.2.* + , QuickCheck == 2.14.* + , tasty == 1.4.* , tasty-quickcheck == 0.10.*
