Hello community,

here is the log from the commit of package ghc-yaml for openSUSE:Factory 
checked in at 2017-06-22 10:39:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-yaml (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-yaml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-yaml"

Thu Jun 22 10:39:49 2017 rev:23 rq:504123 version:0.8.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-yaml/ghc-yaml.changes        2017-06-04 
01:59:26.303511699 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yaml.new/ghc-yaml.changes   2017-06-22 
10:39:50.486288534 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:08 UTC 2017 - psim...@suse.com
+
+- Update to version 0.8.23.
+
+-------------------------------------------------------------------

Old:
----
  yaml-0.8.22.1.tar.gz

New:
----
  yaml-0.8.23.tar.gz

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

Other differences:
------------------
++++++ ghc-yaml.spec ++++++
--- /var/tmp/diff_new_pack.PhNe4T/_old  2017-06-22 10:39:51.582134034 +0200
+++ /var/tmp/diff_new_pack.PhNe4T/_new  2017-06-22 10:39:51.586133470 +0200
@@ -19,7 +19,7 @@
 %global pkg_name yaml
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.8.22.1
+Version:        0.8.23
 Release:        0
 Summary:        Support for parsing and rendering YAML documents
 License:        BSD-3-Clause

++++++ yaml-0.8.22.1.tar.gz -> yaml-0.8.23.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.22.1/ChangeLog.md 
new/yaml-0.8.23/ChangeLog.md
--- old/yaml-0.8.22.1/ChangeLog.md      2017-05-14 05:28:34.000000000 +0200
+++ new/yaml-0.8.23/ChangeLog.md        2017-05-18 17:19:04.000000000 +0200
@@ -1,3 +1,7 @@
+## 0.8.23
+
+* Re-export the with helpers from aeson
+
 ## 0.8.22.1
 
 * Make numeric string detection slightly smarter so, e.g., `.` does
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.22.1/Data/Yaml.hs 
new/yaml-0.8.23/Data/Yaml.hs
--- old/yaml-0.8.22.1/Data/Yaml.hs      2016-04-11 08:46:19.000000000 +0200
+++ new/yaml-0.8.23/Data/Yaml.hs        2017-05-24 16:17:30.000000000 +0200
@@ -42,6 +42,12 @@
     , (.:)
     , (.:?)
     , (.!=)
+      -- ** With helpers (since 0.8.23)
+    , withObject
+    , withText
+    , withArray
+    , withScientific
+    , withBool
       -- * Parsing
     , parseMonad
     , parseEither
@@ -70,6 +76,7 @@
     ( Value (..), ToJSON (..), FromJSON (..), object
     , (.=) , (.:) , (.:?) , (.!=)
     , Object, Array
+    , withObject, withText, withArray, withScientific, withBool
     )
 import Data.Aeson.Encode (encodeToTextBuilder)
 import Data.Aeson.Types (Pair, parseMaybe, parseEither, Parser)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.22.1/yaml.cabal new/yaml-0.8.23/yaml.cabal
--- old/yaml-0.8.22.1/yaml.cabal        2017-05-14 05:28:14.000000000 +0200
+++ new/yaml-0.8.23/yaml.cabal  2017-05-18 17:18:49.000000000 +0200
@@ -1,5 +1,5 @@
 name:            yaml
-version:         0.8.22.1
+version:         0.8.23
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <mich...@snoyman.com>, Anton Ageev 
<ant...@gmail.com>,Kirill Simonov


Reply via email to