commit ghc-HsYAML for openSUSE:Factory

2024-05-03 Thread Source-Sync
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 2024-05-03 19:46:28

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1880 (New)


Package is "ghc-HsYAML"

Fri May  3 19:46:28 2024 rev:25 rq:1171767 version:0.2.1.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2024-04-25 
20:48:24.944391234 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1880/ghc-HsYAML.changes  
2024-05-03 19:47:14.366718392 +0200
@@ -1,0 +2,12 @@
+Thu Apr 25 10:29:23 UTC 2024 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.4.
+  ### 0.2.1.4
+
+  _2024-04-25_
+
+  * Drop support for GHC 7
+  * Testsuite: relax lower bounds to accommodate LTS 11.22 (GHC 8.2) for new 
Stack CI
+  * Tested with GHC 8.0 - 9.10.0 (alpha3)
+
+---

Old:

  HsYAML-0.2.1.3.tar.gz
  HsYAML.cabal

New:

  HsYAML-0.2.1.4.tar.gz



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.E0Ggib/_old  2024-05-03 19:47:15.030742533 +0200
+++ /var/tmp/diff_new_pack.E0Ggib/_new  2024-05-03 19:47:15.034742679 +0200
@@ -20,13 +20,12 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.1.3
+Version:0.2.1.4
 Release:0
 Summary:Pure Haskell YAML 1.2 processor
 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/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -109,7 +108,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ HsYAML-0.2.1.3.tar.gz -> HsYAML-0.2.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsYAML-0.2.1.3/ChangeLog.md 
new/HsYAML-0.2.1.4/ChangeLog.md
--- old/HsYAML-0.2.1.3/ChangeLog.md 2001-09-09 03:46:40.0 +0200
+++ new/HsYAML-0.2.1.4/ChangeLog.md 2001-09-09 03:46:40.0 +0200
@@ -1,5 +1,13 @@
 See also http://pvp.haskell.org/faq
 
+### 0.2.1.4
+
+_2024-04-25_
+
+* Drop support for GHC 7
+* Testsuite: relax lower bounds to accommodate LTS 11.22 (GHC 8.2) for new 
Stack CI
+* Tested with GHC 8.0 - 9.10.0 (alpha3)
+
 ### 0.2.1.3
 
 _2023-10-14_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsYAML-0.2.1.3/HsYAML.cabal 
new/HsYAML-0.2.1.4/HsYAML.cabal
--- old/HsYAML-0.2.1.3/HsYAML.cabal 2001-09-09 03:46:40.0 +0200
+++ new/HsYAML-0.2.1.4/HsYAML.cabal 2001-09-09 03:46:40.0 +0200
@@ -1,6 +1,6 @@
 cabal-version:   1.14
 name:HsYAML
-version: 0.2.1.3
+version: 0.2.1.4
 
 synopsis:Pure Haskell YAML 1.2 processor
 homepage:https://github.com/haskell-hvr/HsYAML
@@ -15,9 +15,10 @@
 category:Text
 build-type:  Simple
 tested-with:
-  GHC == 9.8.1
-  GHC == 9.6.3
-  GHC == 9.4.7
+  GHC == 9.10.0
+  GHC == 9.8.2
+  GHC == 9.6.5
+  GHC == 9.4.8
   GHC == 9.2.8
   GHC == 9.0.2
   GHC == 8.10.7
@@ -26,12 +27,6 @@
   GHC == 8.4.4
   GHC == 8.2.2
   GHC == 8.0.2
-  GHC == 7.10.3
-  -- Skip testing on GHC 7.8 as it ships a too old 'transformers'
-  -- GHC == 7.8.4
-  -- Skip testing these legacy GHC versions:
-  -- 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.
@@ -95,7 +90,7 @@
Trustworthy
TypeSynonymInstances
 
-  build-depends:   base >= 4.5  && < 5
+  build-depends:   base >= 4.9  && < 5
  , bytestring   >= 0.9  && < 0.13
  , containers   >= 0.4.2&& < 0.8
  , deepseq  >= 1.3.0&& < 1.6
@@ -104,17 +99,9 @@
  , parsec   >= 3.1.13.0 && < 3.2
  , transformers >= 0.4  && < 0.7
 
-  -- for GHC.Generics
-  if impl(ghc < 7.6)
-build-depends: ghc-prim
-
-  if !impl(ghc >= 8.0)
-build-depends: fail >= 4.9.0.0  && < 4.10
-
-  if !impl(ghc >= 7.10)
-build-depends: nats >= 1.1.2&& < 1.2
-
-  ghc-options: -Wall
+  ghc-options:
+-Wall
+-Wcompat
 
 executable yaml-test
   hs-source-dirs

commit ghc-HsYAML for openSUSE:Factory

2024-04-25 Thread Source-Sync
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 2024-04-25 20:48:21

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1880 (New)


Package is "ghc-HsYAML"

Thu Apr 25 20:48:21 2024 rev:24 rq:1169946 version:0.2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2023-10-18 
21:26:00.149336792 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1880/ghc-HsYAML.changes  
2024-04-25 20:48:24.944391234 +0200
@@ -1,0 +2,6 @@
+Tue Apr 16 18:46:43 UTC 2024 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.3 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---

New:

  HsYAML.cabal



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.o3CExa/_old  2024-04-25 20:48:26.672454687 +0200
+++ /var/tmp/diff_new_pack.o3CExa/_new  2024-04-25 20:48:26.672454687 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-HsYAML
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,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/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -108,6 +109,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ HsYAML.cabal ++
cabal-version:   1.14
name:HsYAML
version: 0.2.1.3
x-revision:  1

synopsis:Pure Haskell YAML 1.2 processor
homepage:https://github.com/haskell-hvr/HsYAML
bug-reports: https://github.com/haskell-hvr/HsYAML/issues
license: GPL-2
X-SPDX-License-Identifier: GPL-2.0-or-later
license-files:   LICENSE.GPLv2 LICENSE.GPLv3
author:  Herbert Valerio Riedel
maintainer:  https://github.com/haskell-hvr/HsYAML
copyright:   2015-2018 Herbert Valerio Riedel
   , 2007-2008 Oren Ben-Kiki
category:Text
build-type:  Simple
tested-with:
  GHC == 9.10.0
  GHC == 9.8.2
  GHC == 9.6.4
  GHC == 9.4.8
  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
  -- Skip testing on GHC 7.10 as it does not install with GHCup on ubuntu-22.04
  -- GHC == 7.10.3
  -- Skip testing on GHC 7.8 as it ships a too old 'transformers'
  -- GHC == 7.8.4
  -- Skip testing these legacy GHC versions:
  -- 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.

  .
  Features of @HsYAML@ include:
  .
   * Pure Haskell implementation with small dependency footprint and emphasis 
on strict compliance with the [YAML 1.2 
specification](http://yaml.org/spec/1.2/spec.html).
   * Direct decoding to native Haskell types via (@aeson@-inspired) 
typeclass-based API (see "Data.YAML").
   * Allows round-tripping while preserving ordering, anchors, and comments at 
Event-level.
   * Support for constructing custom YAML node graph representation (including 
support for cyclic YAML data structures).
   * Support for the standard (untyped) /Failsafe/, (strict) /JSON/, and 
(flexible) /Core/ \"schemas\" providing implicit typing rules as defined in the 
YAML 1.2 specification (including support for user-defined custom schemas; see 
"Data.YAML.Schema").
   * Support for emitting YAML using /Failsafe/, (strict) /JSON/, and 
(flexible) /Core/ \"schemas\" (including support for user-defined custom 
encoding schemas; see "Data.YAML.Schema").
   * Event-based API resembling LibYAML's Event-based API (see 
"Data.YAML.Event").
   * Low-level API access to lexical token-based scanner (see 
"Data.YAML.Token").
   .
   See also the  
package which allows to decode and encode YAML by leveraging @aeson@'s 
'FromJSON' and 'ToJSON' instances.

extra-source-files:
  ChangeLog.md

source-repository head
  type: git
  location: https://github.com/haskell-hvr/HsYAML.git

flag exe
  description: Enable @exe:yaml-test@ component
  manual: True
  default: False

library
  hs-source-dirs:  src
  exposed-modules: Dat

commit ghc-HsYAML for openSUSE:Factory

2023-10-18 Thread Source-Sync
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 2023-10-18 21:25:47

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.31755 (New)


Package is "ghc-HsYAML"

Wed Oct 18 21:25:47 2023 rev:23 rq:1118465 version:0.2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2023-10-08 
12:21:45.629582775 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.31755/ghc-HsYAML.changes 
2023-10-18 21:26:00.149336792 +0200
@@ -1,0 +2,11 @@
+Sat Oct 14 11:01:30 UTC 2023 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.3.
+  ### 0.2.1.3
+
+  _2023-10-14_
+
+  * Pacify `x-partial` warning of GHC 9.8
+  * Tested with GHC 7.10 - 9.8.1
+
+---

Old:

  HsYAML-0.2.1.2.tar.gz

New:

  HsYAML-0.2.1.3.tar.gz



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.lAny0a/_old  2023-10-18 21:26:00.921364758 +0200
+++ /var/tmp/diff_new_pack.lAny0a/_new  2023-10-18 21:26:00.925364903 +0200
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.1.2
+Version:0.2.1.3
 Release:0
 Summary:Pure Haskell YAML 1.2 processor
 License:GPL-2.0-or-later

++ HsYAML-0.2.1.2.tar.gz -> HsYAML-0.2.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsYAML-0.2.1.2/ChangeLog.md 
new/HsYAML-0.2.1.3/ChangeLog.md
--- old/HsYAML-0.2.1.2/ChangeLog.md 2001-09-09 03:46:40.0 +0200
+++ new/HsYAML-0.2.1.3/ChangeLog.md 2001-09-09 03:46:40.0 +0200
@@ -1,5 +1,12 @@
 See also http://pvp.haskell.org/faq
 
+### 0.2.1.3
+
+_2023-10-14_
+
+* Pacify `x-partial` warning of GHC 9.8
+* Tested with GHC 7.10 - 9.8.1
+
 ### 0.2.1.2
 
 _2023-09-29_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsYAML-0.2.1.2/HsYAML.cabal 
new/HsYAML-0.2.1.3/HsYAML.cabal
--- old/HsYAML-0.2.1.2/HsYAML.cabal 2001-09-09 03:46:40.0 +0200
+++ new/HsYAML-0.2.1.3/HsYAML.cabal 2001-09-09 03:46:40.0 +0200
@@ -1,6 +1,6 @@
 cabal-version:   1.14
 name:HsYAML
-version: 0.2.1.2
+version: 0.2.1.3
 
 synopsis:Pure Haskell YAML 1.2 processor
 homepage:https://github.com/haskell-hvr/HsYAML
@@ -15,7 +15,7 @@
 category:Text
 build-type:  Simple
 tested-with:
-  GHC == 9.8.0
+  GHC == 9.8.1
   GHC == 9.6.3
   GHC == 9.4.7
   GHC == 9.2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsYAML-0.2.1.2/src/Data/YAML/Event.hs 
new/HsYAML-0.2.1.3/src/Data/YAML/Event.hs
--- old/HsYAML-0.2.1.2/src/Data/YAML/Event.hs   2001-09-09 03:46:40.0 
+0200
+++ new/HsYAML-0.2.1.3/src/Data/YAML/Event.hs   2001-09-09 03:46:40.0 
+0200
@@ -174,13 +174,19 @@
 
 -- consume {Begin,End}Directives and emit DocumentStart event
 goDirs :: DInfo -> Tok2EvStream
-goDirs m (Y.Token { Y.tCode = Y.BeginDirective } : rest) = goDir1 m rest
-goDirs m toks0@(Y.Token { Y.tCode = Y.BeginComment} : _) = goComment toks0 
(goDirs m)
+goDirs m (Y.Token { Y.tCode = Y.BeginDirective } : rest) =
+  goDir1 m rest
+goDirs m toks0@(Y.Token { Y.tCode = Y.BeginComment} : _) =
+  goComment toks0 (goDirs m)
 goDirs m (tok@Y.Token { Y.tCode = Y.DirectivesEnd } : rest)
   | Just (1,mi) <- diVer m = Right (getEvPos (DocumentStart 
(DirEndMarkerVersion mi)) tok) : go1 m rest
   | otherwise  = Right (getEvPos (DocumentStart 
DirEndMarkerNoVersion) tok) : go1 m rest
-goDirs _ xs@(Y.Token { Y.tCode = Y.BeginDocument } : _) = err xs
-goDirs m xs = Right ( getEvPos (DocumentStart NoDirEndMarker) (head xs) ): 
go1 m xs
+goDirs _ xs@(Y.Token { Y.tCode = Y.BeginDocument } : _) =
+  err xs
+goDirs m xs@(tok : _) =
+  Right (getEvPos (DocumentStart NoDirEndMarker) tok) : go1 m xs
+goDirs _ xs =
+  err xs
 
 -- single directive
 goDir1 :: DInfo -> [Y.Token] -> EvStream
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsYAML-0.2.1.2/src-test/Main.hs 
new/HsYAML-0.2.1.3/src-test/Main.hs
--- old/HsYAML-0.2.1.2/src-test/Main.hs 2001-09-09 03:46:40.0 +0200
+++ new/HsYAML-0.2.1.3/src-test/Main.hs 2001-09-09 03:46:40.0 +0200
@@ -146,7 +146,7 @@
 forM_  lgrp $ \YT.Token{..} -> do
   let tText' | null tText = ""
  | any (== ' ') tText = replicate tLineChar ' ' ++ show tText
- | o

commit ghc-HsYAML for openSUSE:Factory

2023-10-08 Thread Source-Sync
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 2023-10-08 12:18:23

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.28202 (New)


Package is "ghc-HsYAML"

Sun Oct  8 12:18:23 2023 rev:22 rq:1116137 version:0.2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2023-09-21 
22:23:39.066177674 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.28202/ghc-HsYAML.changes 
2023-10-08 12:21:45.629582775 +0200
@@ -1,0 +2,12 @@
+Fri Sep 29 11:59:37 UTC 2023 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.2.
+  ### 0.2.1.2
+
+  _2023-09-29_
+
+  * Add `default-extensions: TypeOperators` to silence warning under GHC ≥ 
9.4.
+  * Support latest versions of dependencies.
+  * Tested with GHC 7.10 - 9.8.0
+
+---

Old:

  HsYAML-0.2.1.1.tar.gz
  HsYAML.cabal

New:

  HsYAML-0.2.1.2.tar.gz



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.epVdcf/_old  2023-10-08 12:21:46.649619450 +0200
+++ /var/tmp/diff_new_pack.epVdcf/_new  2023-10-08 12:21:46.653619593 +0200
@@ -20,13 +20,12 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.1.1
+Version:0.2.1.2
 Release:0
 Summary:Pure Haskell YAML 1.2 processor
 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/6.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -109,7 +108,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ HsYAML-0.2.1.1.tar.gz -> HsYAML-0.2.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsYAML-0.2.1.1/ChangeLog.md 
new/HsYAML-0.2.1.2/ChangeLog.md
--- old/HsYAML-0.2.1.1/ChangeLog.md 2001-09-09 03:46:40.0 +0200
+++ new/HsYAML-0.2.1.2/ChangeLog.md 2001-09-09 03:46:40.0 +0200
@@ -1,5 +1,13 @@
 See also http://pvp.haskell.org/faq
 
+### 0.2.1.2
+
+_2023-09-29_
+
+* Add `default-extensions: TypeOperators` to silence warning under GHC ≥ 9.4.
+* Support latest versions of dependencies.
+* Tested with GHC 7.10 - 9.8.0
+
 ### 0.2.1.1
 
 _2022-05-11_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsYAML-0.2.1.1/HsYAML.cabal 
new/HsYAML-0.2.1.2/HsYAML.cabal
--- old/HsYAML-0.2.1.1/HsYAML.cabal 2001-09-09 03:46:40.0 +0200
+++ new/HsYAML-0.2.1.2/HsYAML.cabal 2001-09-09 03:46:40.0 +0200
@@ -1,6 +1,6 @@
 cabal-version:   1.14
 name:HsYAML
-version: 0.2.1.1
+version: 0.2.1.2
 
 synopsis:Pure Haskell YAML 1.2 processor
 homepage:https://github.com/haskell-hvr/HsYAML
@@ -15,7 +15,10 @@
 category:Text
 build-type:  Simple
 tested-with:
-  GHC == 9.2.2
+  GHC == 9.8.0
+  GHC == 9.6.3
+  GHC == 9.4.7
+  GHC == 9.2.8
   GHC == 9.0.2
   GHC == 8.10.7
   GHC == 8.8.4
@@ -24,9 +27,11 @@
   GHC == 8.2.2
   GHC == 8.0.2
   GHC == 7.10.3
-  GHC == 7.8.4
-  GHC == 7.6.3
-  GHC == 7.4.2
+  -- Skip testing on GHC 7.8 as it ships a too old 'transformers'
+  -- GHC == 7.8.4
+  -- Skip testing these legacy GHC versions:
+  -- 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.
@@ -75,6 +80,7 @@
  , Data.DList
 
   default-language:Haskell2010
+  default-extensions:  TypeOperators
   other-extensions:DeriveGeneric
FlexibleContexts
FlexibleInstances
@@ -89,11 +95,11 @@
Trustworthy
TypeSynonymInstances
 
-  build-depends:   base >= 4.5  && < 4.17
- , bytestring   >= 0.9  && < 0.12
- , containers   >= 0.4.2&& < 0.7
- , deepseq  >= 1.3.0&& < 1.5
- , text >= 1.2.3&& < 2.1
+  build-depends:   base >= 4.5  && < 5
+ , bytestring   >= 0.9  && < 0.13
+ , containers   >= 0.4.2&& < 0.8
+ , deepseq  >= 1.3.0&& < 1.6

commit ghc-HsYAML for openSUSE:Factory

2023-09-21 Thread Source-Sync
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 2023-09-21 22:23:11

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1770 (New)


Package is "ghc-HsYAML"

Thu Sep 21 22:23:11 2023 rev:21 rq:1112757 version:0.2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2023-09-04 
22:54:23.917499019 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1770/ghc-HsYAML.changes  
2023-09-21 22:23:39.066177674 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 07:42:47 UTC 2023 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.1 revision 6.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.7y00g9/_old  2023-09-21 22:23:40.126216140 +0200
+++ /var/tmp/diff_new_pack.7y00g9/_new  2023-09-21 22:23:40.126216140 +0200
@@ -26,7 +26,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/5.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof

++ HsYAML.cabal ++
--- /var/tmp/diff_new_pack.7y00g9/_old  2023-09-21 22:23:40.158217300 +0200
+++ /var/tmp/diff_new_pack.7y00g9/_new  2023-09-21 22:23:40.162217446 +0200
@@ -1,7 +1,7 @@
 cabal-version:   1.14
 name:HsYAML
 version: 0.2.1.1
-x-revision:  5
+x-revision:  6
 
 synopsis:Pure Haskell YAML 1.2 processor
 homepage:https://github.com/haskell-hvr/HsYAML
@@ -155,7 +155,7 @@
  , containers
  , mtl
-- non-inherited
- , QuickCheck == 2.14.*
- , tasty == 1.4.*
+ , QuickCheck   == 2.14.*
+ , tasty>= 1.4&& < 1.6
  , tasty-quickcheck == 0.10.*
 


commit ghc-HsYAML for openSUSE:Factory

2023-09-04 Thread Source-Sync
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 2023-09-04 22:53:42

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1766 (New)


Package is "ghc-HsYAML"

Mon Sep  4 22:53:42 2023 rev:20 rq:1108860 version:0.2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2023-08-09 
17:26:07.101703426 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1766/ghc-HsYAML.changes  
2023-09-04 22:54:23.917499019 +0200
@@ -1,0 +2,6 @@
+Mon Aug 28 12:13:14 UTC 2023 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.1 revision 5.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.xBUPIq/_old  2023-09-04 22:54:24.921534510 +0200
+++ /var/tmp/diff_new_pack.xBUPIq/_new  2023-09-04 22:54:24.925534652 +0200
@@ -26,7 +26,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/4.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof

++ HsYAML.cabal ++
--- /var/tmp/diff_new_pack.xBUPIq/_old  2023-09-04 22:54:24.957535783 +0200
+++ /var/tmp/diff_new_pack.xBUPIq/_new  2023-09-04 22:54:24.961535924 +0200
@@ -1,7 +1,7 @@
 cabal-version:   1.14
 name:HsYAML
 version: 0.2.1.1
-x-revision:  4
+x-revision:  5
 
 synopsis:Pure Haskell YAML 1.2 processor
 homepage:https://github.com/haskell-hvr/HsYAML
@@ -16,8 +16,9 @@
 category:Text
 build-type:  Simple
 tested-with:
+  GHC == 9.8.0
   GHC == 9.6.2
-  GHC == 9.4.5
+  GHC == 9.4.7
   GHC == 9.2.8
   GHC == 9.0.2
   GHC == 8.10.7
@@ -96,7 +97,7 @@
  , bytestring   >= 0.9  && < 0.13
  , containers   >= 0.4.2&& < 0.7
  , deepseq  >= 1.3.0&& < 1.6
- , text >= 1.2.3&& < 2.1
+ , text >= 1.2.3&& < 2.2
  , mtl  >= 2.2.1&& < 2.4
  , parsec   >= 3.1.13.0 && < 3.2
  , transformers >= 0.4  && < 0.7


commit ghc-HsYAML for openSUSE:Factory

2023-08-09 Thread Source-Sync
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 2023-08-09 17:26:03

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.11712 (New)


Package is "ghc-HsYAML"

Wed Aug  9 17:26:03 2023 rev:19 rq:1103045 version:0.2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2023-07-18 
21:54:36.562455691 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.11712/ghc-HsYAML.changes 
2023-08-09 17:26:07.101703426 +0200
@@ -1,0 +2,6 @@
+Tue Aug  1 16:05:18 UTC 2023 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.1 revision 4.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.mXlTXm/_old  2023-08-09 17:26:07.913708482 +0200
+++ /var/tmp/diff_new_pack.mXlTXm/_new  2023-08-09 17:26:07.917708507 +0200
@@ -26,7 +26,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/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-base-devel
 BuildRequires:  ghc-base-prof

++ HsYAML.cabal ++
--- /var/tmp/diff_new_pack.mXlTXm/_old  2023-08-09 17:26:07.957708755 +0200
+++ /var/tmp/diff_new_pack.mXlTXm/_new  2023-08-09 17:26:07.961708781 +0200
@@ -1,7 +1,7 @@
 cabal-version:   1.14
 name:HsYAML
 version: 0.2.1.1
-x-revision:  3
+x-revision:  4
 
 synopsis:Pure Haskell YAML 1.2 processor
 homepage:https://github.com/haskell-hvr/HsYAML
@@ -92,10 +92,10 @@
Trustworthy
TypeSynonymInstances
 
-  build-depends:   base >= 4.5  && < 4.19
+  build-depends:   base >= 4.5  && < 5
  , bytestring   >= 0.9  && < 0.13
  , containers   >= 0.4.2&& < 0.7
- , deepseq  >= 1.3.0&& < 1.5
+ , deepseq  >= 1.3.0&& < 1.6
  , text >= 1.2.3&& < 2.1
  , mtl  >= 2.2.1&& < 2.4
  , parsec   >= 3.1.13.0 && < 3.2


commit ghc-HsYAML for openSUSE:Factory

2023-07-18 Thread Source-Sync
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 2023-07-18 21:54:21

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.3193 (New)


Package is "ghc-HsYAML"

Tue Jul 18 21:54:21 2023 rev:18 rq:1098952 version:0.2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2023-04-04 
21:20:51.505345823 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.3193/ghc-HsYAML.changes  
2023-07-18 21:54:36.562455691 +0200
@@ -1,0 +2,6 @@
+Wed Jul 12 22:23:03 UTC 2023 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.1 revision 3.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.QXpyJx/_old  2023-07-18 21:54:37.246459515 +0200
+++ /var/tmp/diff_new_pack.QXpyJx/_new  2023-07-18 21:54:37.250459537 +0200
@@ -26,7 +26,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-base-devel
 BuildRequires:  ghc-base-prof

++ HsYAML.cabal ++
--- /var/tmp/diff_new_pack.QXpyJx/_old  2023-07-18 21:54:37.310459872 +0200
+++ /var/tmp/diff_new_pack.QXpyJx/_new  2023-07-18 21:54:37.314459895 +0200
@@ -1,7 +1,7 @@
 cabal-version:   1.14
 name:HsYAML
 version: 0.2.1.1
-x-revision: 2
+x-revision:  3
 
 synopsis:Pure Haskell YAML 1.2 processor
 homepage:https://github.com/haskell-hvr/HsYAML
@@ -16,9 +16,9 @@
 category:Text
 build-type:  Simple
 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
@@ -93,7 +93,7 @@
TypeSynonymInstances
 
   build-depends:   base >= 4.5  && < 4.19
- , bytestring   >= 0.9  && < 0.12
+ , bytestring   >= 0.9  && < 0.13
  , containers   >= 0.4.2&& < 0.7
  , deepseq  >= 1.3.0&& < 1.5
  , text >= 1.2.3&& < 2.1


commit ghc-HsYAML for openSUSE:Factory

2023-04-04 Thread Source-Sync
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 2023-04-04 21:20:39

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.19717 (New)


Package is "ghc-HsYAML"

Tue Apr  4 21:20:39 2023 rev:17 rq:1075912 version:0.2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2022-10-13 
15:40:47.626579633 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.19717/ghc-HsYAML.changes 
2023-04-04 21:20:51.505345823 +0200
@@ -2 +2 @@
-Tue Aug  9 18:54:43 UTC 2022 - Peter Simons 
+Thu Mar 30 17:07:07 UTC 2023 - Peter Simons 
@@ -4,2 +4 @@
-- Update HsYAML to version 0.2.1.1 revision 1.
-  Upstream has revised the Cabal build instructions on Hackage.
+- Updated spec file to conform with ghc-rpm-macros-2.5.2.
@@ -8 +7 @@
-Wed May 11 07:28:44 UTC 2022 - Peter Simons 
+Sat Feb 25 11:26:38 UTC 2023 - Peter Simons 
@@ -10,2 +9 @@
-- Update HsYAML to version 0.2.1.1.
-  ### 0.2.1.1
+- Add HsYAML at version 0.2.1.1 revision 2.
@@ -13,100 +10,0 @@
-  _2022-05-11_
-
-  * Compatibility with `mtl-2.3`
-  * Tested with GHC 7.4 - 9.2
-

-Sun Dec 26 17:52:12 UTC 2021 - Peter Simons 
-
-- Update HsYAML to version 0.2.1.0 revision 4.
-  Upstream has revised the Cabal build instructions on Hackage.
-

-Mon Nov  8 16:30:36 UTC 2021 - psim...@suse.com
-
-- Update HsYAML to version 0.2.1.0 revision 3.
-  Upstream has revised the Cabal build instructions on Hackage.
-

-Thu Mar 11 17:56:50 UTC 2021 - psim...@suse.com
-
-- Update HsYAML to version 0.2.1.0 revision 2.
-  Upstream has revised the Cabal build instructions on Hackage.
-

-Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup 
- 
-- disable %{ix86} build
- 

-Mon Aug 31 09:34:32 UTC 2020 - psim...@suse.com
-
-- Update HsYAML to version 0.2.1.0 revision 1.
-  Upstream has revised the Cabal build instructions on Hackage.
-

-Tue Aug 18 10:43:47 UTC 2020 - Peter Simons 
-
-- Replace %setup -q with the more modern %autosetup macro.
-

-Tue Jun 16 11:13:36 UTC 2020 - Peter Simons 
-
-- Re-generate file with latest version of spec-cleaner.
-

-Thu May  7 08:08:21 UTC 2020 - Peter Simons 
-
-- Update Cabal file to get more accurate dependency information.
-

-Mon Dec 23 17:45:49 UTC 2019 - psim...@suse.com
-
-- Update HsYAML to version 0.2.1.0.
-  Upstream has edited the change log file since the last release in
-  a non-trivial way, i.e. they did more than just add a new entry
-  at the top. You can review the file at:
-  http://hackage.haskell.org/package/HsYAML-0.2.1.0/src/ChangeLog.md
-

-Fri Nov  8 16:13:57 UTC 2019 - Peter Simons 
-
-- Drop obsolete group attributes.
-

-Sat May 18 02:01:59 UTC 2019 - psim...@suse.com
-
-- Update HsYAML to version 0.1.2.0.
-
-  * Add convenience functions `decode1` and `decode1Strict`
-expecting exactly one YAML document
-([#5](https://github.com/haskell-hvr/HsYAML/pull/5))
-
-  * Fix a couple corner-cases in the YAML tokenization
-([#10](https://github.com/haskell-hvr/HsYAML/pull/10))
-

-Thu Jan  3 03:00:56 UTC 2019 - psim...@suse.com
-
-- Update HsYAML to version 0.1.1.3.
-
-  * Fix bug in float regexp being too lax in the JSON and Core
-schema ([#7](https://github.com/hvr/HsYAML/issues/7))
-
-  * Remove dependency on `dlist`
-

-Fri Oct 19 13:12:54 UTC 2018 - Peter Simons 
-
-- Update Cabal build instructions to support ghc-8.6.1.
-

-Wed Jul 18 14:26:10 UTC 2018 - psim...@suse.com
-
-- Cosmetic: replace tabs with blanks, strip trailing white space,
-  and update copyright headers with spec-cleaner.
-

-Tue Jul 17 19:30:48 UTC 2018 - psim...@suse.com
-
-- Add HsYAML at version 0.1.1.2.



Other differences:
--
++ ghc-HsY

commit ghc-HsYAML for openSUSE:Factory

2022-10-13 Thread Source-Sync
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 2022-10-13 15:40:45

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.2275 (New)


Package is "ghc-HsYAML"

Thu Oct 13 15:40:45 2022 rev:16 rq:1008425 version:0.2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2022-08-01 
21:29:29.801501153 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.2275/ghc-HsYAML.changes  
2022-10-13 15:40:47.626579633 +0200
@@ -1,0 +2,6 @@
+Tue Aug  9 18:54:43 UTC 2022 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---

New:

  HsYAML.cabal



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.T0b6Jj/_old  2022-10-13 15:40:48.162580679 +0200
+++ /var/tmp/diff_new_pack.T0b6Jj/_new  2022-10-13 15:40:48.166580686 +0200
@@ -25,6 +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/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -79,6 +80,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ HsYAML.cabal ++
cabal-version:   1.14
name:HsYAML
version: 0.2.1.1
x-revision: 1

synopsis:Pure Haskell YAML 1.2 processor
homepage:https://github.com/haskell-hvr/HsYAML
bug-reports: https://github.com/haskell-hvr/HsYAML/issues
license: GPL-2
X-SPDX-License-Identifier: GPL-2.0-or-later
license-files:   LICENSE.GPLv2 LICENSE.GPLv3
author:  Herbert Valerio Riedel
maintainer:  https://github.com/haskell-hvr/HsYAML
copyright:   2015-2018 Herbert Valerio Riedel
   , 2007-2008 Oren Ben-Kiki
category:Text
build-type:  Simple
tested-with:
  GHC == 9.2.2
  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

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.

  .
  Features of @HsYAML@ include:
  .
   * Pure Haskell implementation with small dependency footprint and emphasis 
on strict compliance with the [YAML 1.2 
specification](http://yaml.org/spec/1.2/spec.html).
   * Direct decoding to native Haskell types via (@aeson@-inspired) 
typeclass-based API (see "Data.YAML").
   * Allows round-tripping while preserving ordering, anchors, and comments at 
Event-level.
   * Support for constructing custom YAML node graph representation (including 
support for cyclic YAML data structures).
   * Support for the standard (untyped) /Failsafe/, (strict) /JSON/, and 
(flexible) /Core/ \"schemas\" providing implicit typing rules as defined in the 
YAML 1.2 specification (including support for user-defined custom schemas; see 
"Data.YAML.Schema").
   * Support for emitting YAML using /Failsafe/, (strict) /JSON/, and 
(flexible) /Core/ \"schemas\" (including support for user-defined custom 
encoding schemas; see "Data.YAML.Schema").
   * Event-based API resembling LibYAML's Event-based API (see 
"Data.YAML.Event").
   * Low-level API access to lexical token-based scanner (see 
"Data.YAML.Token").
   .
   See also the  
package which allows to decode and encode YAML by leveraging @aeson@'s 
'FromJSON' and 'ToJSON' instances.

extra-source-files:
  ChangeLog.md

source-repository head
  type: git
  location: https://github.com/haskell-hvr/HsYAML.git

flag exe
  description: Enable @exe:yaml-test@ component
  manual: True
  default: False

library
  hs-source-dirs:  src
  exposed-modules: Data.YAML
 , Data.YAML.Schema
 , Data.YAML.Event
 , Data.YAML.Token
  other-modules:   Data.YAML.Loader
 , Data.YAML.Dumper
 , Data.YAML.Internal
 , Data.YAML.Event.Internal
 , Data.YAML.Event.Writer
 , Data.YAML.Pos
 , Data.YAML.Schema.Internal
 , Data.YAML.Token.Encoding
 , Util
 , Data.DLis

commit ghc-HsYAML for openSUSE:Factory

2022-08-01 Thread Source-Sync
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 2022-08-01 21:29:28

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1533 (New)


Package is "ghc-HsYAML"

Mon Aug  1 21:29:28 2022 rev:15 rq:987012 version:0.2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2022-02-11 
23:11:03.719232736 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1533/ghc-HsYAML.changes  
2022-08-01 21:29:29.801501153 +0200
@@ -1,0 +2,11 @@
+Wed May 11 07:28:44 UTC 2022 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.1.
+  ### 0.2.1.1
+
+  _2022-05-11_
+
+  * Compatibility with `mtl-2.3`
+  * Tested with GHC 7.4 - 9.2
+
+---

Old:

  HsYAML-0.2.1.0.tar.gz
  HsYAML.cabal

New:

  HsYAML-0.2.1.1.tar.gz



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.1YWmr6/_old  2022-08-01 21:29:30.361502760 +0200
+++ /var/tmp/diff_new_pack.1YWmr6/_new  2022-08-01 21:29:30.365502771 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-HsYAML
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,12 @@
 %global pkg_name HsYAML
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.1.0
+Version:0.2.1.1
 Release:0
 Summary:Pure Haskell YAML 1.2 processor
 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/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -34,6 +33,7 @@
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-transformers-devel
 ExcludeArch:%{ix86}
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
@@ -79,7 +79,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ HsYAML-0.2.1.0.tar.gz -> HsYAML-0.2.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsYAML-0.2.1.0/ChangeLog.md 
new/HsYAML-0.2.1.1/ChangeLog.md
--- old/HsYAML-0.2.1.0/ChangeLog.md 2001-09-09 03:46:40.0 +0200
+++ new/HsYAML-0.2.1.1/ChangeLog.md 2001-09-09 03:46:40.0 +0200
@@ -1,5 +1,12 @@
 See also http://pvp.haskell.org/faq
 
+### 0.2.1.1
+
+_2022-05-11_
+
+* Compatibility with `mtl-2.3`
+* Tested with GHC 7.4 - 9.2
+
 ### 0.2.1.0
 
 * Define `Functor Doc` instance 
([#33](https://github.com/haskell-hvr/HsYAML/issues/33))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsYAML-0.2.1.0/HsYAML.cabal 
new/HsYAML-0.2.1.1/HsYAML.cabal
--- old/HsYAML-0.2.1.0/HsYAML.cabal 2001-09-09 03:46:40.0 +0200
+++ new/HsYAML-0.2.1.1/HsYAML.cabal 2001-09-09 03:46:40.0 +0200
@@ -1,20 +1,32 @@
 cabal-version:   1.14
 name:HsYAML
-version: 0.2.1.0
+version: 0.2.1.1
 
 synopsis:Pure Haskell YAML 1.2 processor
-homepage:https://github.com/hvr/HsYAML
-bug-reports: https://github.com/hvr/HsYAML/issues
+homepage:https://github.com/haskell-hvr/HsYAML
+bug-reports: https://github.com/haskell-hvr/HsYAML/issues
 license: GPL-2
 X-SPDX-License-Identifier: GPL-2.0-or-later
 license-files:   LICENSE.GPLv2 LICENSE.GPLv3
 author:  Herbert Valerio Riedel
-maintainer:  h...@gnu.org
+maintainer:  https://github.com/haskell-hvr/HsYAML
 copyright:   2015-2018 Herbert Valerio Riedel
, 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.2
+  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
 
 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.
@@ -38,7 +50,7 @@
 
 source-repository head
   type:

commit ghc-HsYAML for openSUSE:Factory

2022-02-11 Thread Source-Sync
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 2022-02-11 23:09:09

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1956 (New)


Package is "ghc-HsYAML"

Fri Feb 11 23:09:09 2022 rev:14 rq:953482 version:0.2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2021-11-11 
21:38:10.844965613 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1956/ghc-HsYAML.changes  
2022-02-11 23:11:03.719232736 +0100
@@ -1,0 +2,6 @@
+Sun Dec 26 17:52:12 UTC 2021 - Peter Simons 
+
+- Update HsYAML to version 0.2.1.0 revision 4.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.Q5142b/_old  2022-02-11 23:11:04.167234032 +0100
+++ /var/tmp/diff_new_pack.Q5142b/_new  2022-02-11 23:11:04.167234032 +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/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-bytestring-devel
 BuildRequires:  ghc-containers-devel

++ HsYAML.cabal ++
--- /var/tmp/diff_new_pack.Q5142b/_old  2022-02-11 23:11:04.215234171 +0100
+++ /var/tmp/diff_new_pack.Q5142b/_new  2022-02-11 23:11:04.219234182 +0100
@@ -1,157 +1,157 @@
-cabal-version:   1.14
-name:HsYAML
-version: 0.2.1.0
-x-revision: 3
-
-synopsis:Pure Haskell YAML 1.2 processor
-homepage:https://github.com/hvr/HsYAML
-bug-reports: https://github.com/hvr/HsYAML/issues
-license: GPL-2
-X-SPDX-License-Identifier: GPL-2.0-or-later
-license-files:   LICENSE.GPLv2 LICENSE.GPLv3
-author:  Herbert Valerio Riedel
-maintainer:  h...@gnu.org
-copyright:   2015-2018 Herbert Valerio Riedel
-   , 2007-2008 Oren Ben-Kiki
-category:Text
-build-type:  Simple
-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.
-
-  .
-  Features of @HsYAML@ include:
-  .
-   * Pure Haskell implementation with small dependency footprint and emphasis 
on strict compliance with the [YAML 1.2 
specification](http://yaml.org/spec/1.2/spec.html).
-   * Direct decoding to native Haskell types via (@aeson@-inspired) 
typeclass-based API (see "Data.YAML").
-   * Allows round-tripping while preserving ordering, anchors, and comments at 
Event-level.
-   * Support for constructing custom YAML node graph representation (including 
support for cyclic YAML data structures).
-   * Support for the standard (untyped) /Failsafe/, (strict) /JSON/, and 
(flexible) /Core/ \"schemas\" providing implicit typing rules as defined in the 
YAML 1.2 specification (including support for user-defined custom schemas; see 
"Data.YAML.Schema").
-   * Support for emitting YAML using /Failsafe/, (strict) /JSON/, and 
(flexible) /Core/ \"schemas\" (including support for user-defined custom 
encoding schemas; see "Data.YAML.Schema").
-   * Event-based API resembling LibYAML's Event-based API (see 
"Data.YAML.Event").
-   * Low-level API access to lexical token-based scanner (see 
"Data.YAML.Token").
-   .
-   See also the  
package which allows to decode and encode YAML by leveraging @aeson@'s 
'FromJSON' and 'ToJSON' instances.
-
-extra-source-files:
-  ChangeLog.md
-
-source-repository head
-  type: git
-  location: https://github.com/hvr/HsYAML.git
-
-flag exe
-  description: Enable @exe:yaml-test@ component
-  manual: True
-  default: False
-
-library
-  hs-source-dirs:  src
-  exposed-modules: Data.YAML
- , Data.YAML.Schema
- , Data.YAML.Event
- , Data.YAML.Token
-  other-modules:   Data.YAML.Loader
- , Data.YAML.Dumper
- , Data.YAML.Internal
- , Data.YAML.Event.Internal
- , Data.YAML.Event.Writer
- , Data.YAM

commit ghc-HsYAML for openSUSE:Factory

2021-11-11 Thread Source-Sync
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.changes2021-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 - psim...@suse.com
+
+- 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.*


commit ghc-HsYAML for openSUSE:Factory

2021-03-17 Thread Source-Sync
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-03-17 20:15:25

Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.2401 (New)


Package is "ghc-HsYAML"

Wed Mar 17 20:15:25 2021 rev:12 rq:879155 version:0.2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes2020-12-22 
11:33:43.429153441 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.2401/ghc-HsYAML.changes  
2021-03-17 20:19:31.515282281 +0100
@@ -1,0 +2,6 @@
+Thu Mar 11 17:56:50 UTC 2021 - psim...@suse.com
+
+- Update HsYAML to version 0.2.1.0 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---



Other differences:
--
++ ghc-HsYAML.spec ++
--- /var/tmp/diff_new_pack.VTHhku/_old  2021-03-17 20:19:31.947282872 +0100
+++ /var/tmp/diff_new_pack.VTHhku/_new  2021-03-17 20:19:31.947282872 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-HsYAML
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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/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-bytestring-devel
 BuildRequires:  ghc-containers-devel

++ HsYAML.cabal ++
--- /var/tmp/diff_new_pack.VTHhku/_old  2021-03-17 20:19:31.979282916 +0100
+++ /var/tmp/diff_new_pack.VTHhku/_new  2021-03-17 20:19:31.979282916 +0100
@@ -1,7 +1,7 @@
 cabal-version:   1.14
 name:HsYAML
 version: 0.2.1.0
-x-revision: 1
+x-revision: 2
 
 synopsis:Pure Haskell YAML 1.2 processor
 homepage:https://github.com/hvr/HsYAML
@@ -78,8 +78,8 @@
Trustworthy
TypeSynonymInstances
 
-  build-depends:   base >=4.5   && <4.15
- , bytestring   >=0.9   && <0.11
+  build-depends:   base >=4.5   && <4.16
+ , bytestring   >=0.9   && <0.12
  , containers   >=0.4.2 && <0.7
  , deepseq  >=1.3.0 && <1.5
  , text >=1.2.3 && <1.3