Hello community,

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

Package is "ghc-yaml"

Fri Jun 19 17:21:47 2020 rev:34 rq:815226 version:0.11.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-yaml/ghc-yaml.changes        2020-05-11 
13:37:03.960578283 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yaml.new.3606/ghc-yaml.changes      
2020-06-19 17:21:52.667628577 +0200
@@ -1,0 +2,8 @@
+Tue Jun  9 09:10:55 UTC 2020 - psim...@suse.com
+
+- Update yaml to version 0.11.4.0.
+  ## 0.11.4.0
+
+  * add `ToYaml` instance for `String` 
[#186](https://github.com/snoyberg/yaml/pull/186)
+
+-------------------------------------------------------------------

Old:
----
  yaml-0.11.3.0.tar.gz

New:
----
  yaml-0.11.4.0.tar.gz

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

Other differences:
------------------
++++++ ghc-yaml.spec ++++++
--- /var/tmp/diff_new_pack.DqzXCU/_old  2020-06-19 17:21:54.555634070 +0200
+++ /var/tmp/diff_new_pack.DqzXCU/_new  2020-06-19 17:21:54.559634081 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-yaml
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name yaml
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.11.3.0
+Version:        0.11.4.0
 Release:        0
 Summary:        Support for parsing and rendering YAML documents
 License:        BSD-3-Clause

++++++ yaml-0.11.3.0.tar.gz -> yaml-0.11.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.11.3.0/ChangeLog.md 
new/yaml-0.11.4.0/ChangeLog.md
--- old/yaml-0.11.3.0/ChangeLog.md      2020-03-10 05:49:47.000000000 +0100
+++ new/yaml-0.11.4.0/ChangeLog.md      2020-05-07 10:02:07.000000000 +0200
@@ -1,5 +1,9 @@
 # ChangeLog for yaml
 
+## 0.11.4.0
+
+* add `ToYaml` instance for `String` 
[#186](https://github.com/snoyberg/yaml/pull/186)
+
 ## 0.11.3.0
 
 * Don't wrap up async exceptions 
[#185](https://github.com/snoyberg/yaml/issues/185)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.11.3.0/src/Data/Yaml/Builder.hs 
new/yaml-0.11.4.0/src/Data/Yaml/Builder.hs
--- old/yaml-0.11.3.0/src/Data/Yaml/Builder.hs  2019-11-06 07:51:30.000000000 
+0100
+++ new/yaml-0.11.4.0/src/Data/Yaml/Builder.hs  2020-05-07 10:02:07.000000000 
+0200
@@ -75,7 +75,7 @@
     toYaml = array . map toYaml
 instance ToYaml Text where
     toYaml = string
-instance ToYaml String where
+instance {-# OVERLAPPING #-} ToYaml String where
     toYaml = string . T.pack
 instance ToYaml Int where
     toYaml i = YamlBuilder (EventScalar (S8.pack $ show i) NoTag PlainNoTag 
Nothing:)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.11.3.0/yaml.cabal new/yaml-0.11.4.0/yaml.cabal
--- old/yaml-0.11.3.0/yaml.cabal        2020-03-10 05:50:08.000000000 +0100
+++ new/yaml-0.11.4.0/yaml.cabal        2020-05-07 10:02:07.000000000 +0200
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 4160e171cfd5a87614a9fbf40f548f75306e24d499c44f71c279d15f8c4e2c39
+-- hash: 1f75743c2fefefb33f6f3e8a51fce90cb3f286c975d205d7ded3789d5b15c488
 
 name:           yaml
-version:        0.11.3.0
+version:        0.11.4.0
 synopsis:       Support for parsing and rendering YAML documents.
 description:    README and API documentation are available at 
<https://www.stackage.org/package/yaml>
 category:       Data


Reply via email to