Hello community,

here is the log from the commit of package ghc-pandoc-types for 
openSUSE:Factory checked in at 2016-02-17 10:25:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2016-02-03 10:19:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new/ghc-pandoc-types.changes   
2016-02-17 12:11:52.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 11 08:45:43 UTC 2016 - mimi...@gmail.com
+
+-  update to 1.16.1
+* Export pandocTypesVersion from Text.Pandoc.Definition.
+
+-------------------------------------------------------------------

Old:
----
  pandoc-types-1.16.0.1.tar.gz

New:
----
  pandoc-types-1.16.1.tar.gz

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

Other differences:
------------------
++++++ ghc-pandoc-types.spec ++++++
--- /var/tmp/diff_new_pack.gAaVRq/_old  2016-02-17 12:11:53.000000000 +0100
+++ /var/tmp/diff_new_pack.gAaVRq/_new  2016-02-17 12:11:53.000000000 +0100
@@ -19,7 +19,7 @@
 %global pkg_name pandoc-types
 
 Name:           ghc-pandoc-types
-Version:        1.16.0.1
+Version:        1.16.1
 Release:        0
 Summary:        Types for representing a structured document
 License:        GPL-2.0

++++++ pandoc-types-1.16.0.1.tar.gz -> pandoc-types-1.16.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.16.0.1/Text/Pandoc/Definition.hs 
new/pandoc-types-1.16.1/Text/Pandoc/Definition.hs
--- old/pandoc-types-1.16.0.1/Text/Pandoc/Definition.hs 2016-01-06 
19:26:25.000000000 +0100
+++ new/pandoc-types-1.16.1/Text/Pandoc/Definition.hs   2016-02-09 
23:24:21.000000000 +0100
@@ -54,6 +54,7 @@
                               , MathType(..)
                               , Citation(..)
                               , CitationMode(..)
+                              , pandocTypesVersion
                               ) where
 
 import Data.Generics (Data, Typeable)
@@ -71,6 +72,8 @@
 #else
 import Control.DeepSeq.Generics
 #endif
+import Paths_pandoc_types (version)
+import Data.Version (Version)
 
 data Pandoc = Pandoc Meta [Block]
               deriving (Eq, Ord, Read, Show, Typeable, Data, Generic)
@@ -376,3 +379,6 @@
 instance NFData Block where rnf = genericRnf
 instance NFData Pandoc where rnf = genericRnf
 #endif
+
+pandocTypesVersion :: Version
+pandocTypesVersion = version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.16.0.1/changelog 
new/pandoc-types-1.16.1/changelog
--- old/pandoc-types-1.16.0.1/changelog 2016-01-06 19:26:25.000000000 +0100
+++ new/pandoc-types-1.16.1/changelog   2016-02-09 23:24:21.000000000 +0100
@@ -1,3 +1,17 @@
+[1.16.1]
+
+  * Allow aeson 0.11.*.
+  * Export pandocTypesVersion from Text.Pandoc.Definition.
+
+[1.16.0.1]
+
+  * Use deepseq instead of deepseq-generics.  deepseq now allows deriving
+    generic NFData instances, so we don't need deepseq-generics.
+  * Removed unneeded instance, use OVERLAPPING pragma for ghc 7.10.
+  * Added CPP so that deepseq-generics is used for ghc < 7.10.
+  * Added tested-with, generate .travis.yml using make_travis_yml.hs
+  * Added stack.yaml
+
 [1.16]
 
 * Added Attr field to Image and Link.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.16.0.1/pandoc-types.cabal 
new/pandoc-types-1.16.1/pandoc-types.cabal
--- old/pandoc-types-1.16.0.1/pandoc-types.cabal        2016-01-06 
19:26:25.000000000 +0100
+++ new/pandoc-types-1.16.1/pandoc-types.cabal  2016-02-09 23:24:21.000000000 
+0100
@@ -1,5 +1,5 @@
 Name:                pandoc-types
-Version:             1.16.0.1
+Version:             1.16.1
 Synopsis:            Types for representing a structured document
 Description:         @Text.Pandoc.Definition@ defines the 'Pandoc' data
                      structure, which is used by pandoc to represent
@@ -44,12 +44,13 @@
                      Text.Pandoc.Walk
                      Text.Pandoc.Builder
                      Text.Pandoc.JSON
+  Other-modules:     Paths_pandoc_types
   Build-depends:     base >= 4 && < 5,
                      containers >= 0.3,
                      syb >= 0.1 && < 0.7,
                      ghc-prim >= 0.2,
                      bytestring >= 0.9 && < 0.11,
-                     aeson >= 0.6.2 && < 0.11
+                     aeson >= 0.6.2 && < 0.12
   if impl(ghc < 7.10)
     Build-depends:   deepseq-generics >= 0.1 && < 0.2
   else


Reply via email to