Hello community, here is the log from the commit of package ghc-pandoc-types for openSUSE:Factory checked in at 2015-10-06 13:24:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-types (Old) and /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pandoc-types" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-pandoc-types/ghc-pandoc-types.changes 2015-07-20 11:23:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new/ghc-pandoc-types.changes 2015-10-06 13:24:25.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Sep 27 10:11:48 UTC 2015 - mimi...@gmail.com + +- update to 1.12.4.7 + +------------------------------------------------------------------- Old: ---- pandoc-types-1.12.4.5.tar.gz New: ---- pandoc-types-1.12.4.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-pandoc-types.spec ++++++ --- /var/tmp/diff_new_pack.ne1RvH/_old 2015-10-06 13:24:26.000000000 +0200 +++ /var/tmp/diff_new_pack.ne1RvH/_new 2015-10-06 13:24:26.000000000 +0200 @@ -19,7 +19,7 @@ %global pkg_name pandoc-types Name: ghc-pandoc-types -Version: 1.12.4.5 +Version: 1.12.4.7 Release: 0 Summary: Types for representing a structured document License: GPL-2.0 ++++++ pandoc-types-1.12.4.5.tar.gz -> pandoc-types-1.12.4.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pandoc-types-1.12.4.5/Text/Pandoc/Definition.hs new/pandoc-types-1.12.4.7/Text/Pandoc/Definition.hs --- old/pandoc-types-1.12.4.5/Text/Pandoc/Definition.hs 2015-07-15 20:45:13.000000000 +0200 +++ new/pandoc-types-1.12.4.7/Text/Pandoc/Definition.hs 2015-09-23 21:29:27.000000000 +0200 @@ -260,7 +260,8 @@ -- derive generic instances of FromJSON, ToJSON: jsonOpts :: Aeson.Options -jsonOpts = Aeson.Options{ Aeson.fieldLabelModifier = id +jsonOpts = Aeson.defaultOptions{ + Aeson.fieldLabelModifier = id , Aeson.constructorTagModifier = id , Aeson.allNullaryToStringTag = False , Aeson.omitNothingFields = False diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pandoc-types-1.12.4.5/pandoc-types.cabal new/pandoc-types-1.12.4.7/pandoc-types.cabal --- old/pandoc-types-1.12.4.5/pandoc-types.cabal 2015-07-15 20:45:13.000000000 +0200 +++ new/pandoc-types-1.12.4.7/pandoc-types.cabal 2015-09-23 21:29:27.000000000 +0200 @@ -1,5 +1,5 @@ Name: pandoc-types -Version: 1.12.4.5 +Version: 1.12.4.7 Synopsis: Types for representing a structured document Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data structure, which is used by pandoc to represent @@ -43,8 +43,8 @@ Text.Pandoc.JSON Build-depends: base >= 4 && < 5, containers >= 0.3, - syb >= 0.1 && < 0.6, + syb >= 0.1 && < 0.7, ghc-prim >= 0.2, bytestring >= 0.9 && < 0.11, - aeson >= 0.6.2 && < 0.10, + aeson >= 0.6.2 && < 0.11, deepseq-generics >= 0.1 && < 0.2