Hello community,

here is the log from the commit of package ghc-pandoc-types for 
openSUSE:Factory checked in at 2018-11-09 07:52:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-types (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-pandoc-types"

Fri Nov  9 07:52:52 2018 rev:21 rq:646361 version:1.17.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pandoc-types/ghc-pandoc-types.changes        
2018-10-25 09:08:03.778443310 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new/ghc-pandoc-types.changes   
2018-11-09 07:52:55.311814230 +0100
@@ -1,0 +2,18 @@
+Mon Oct 29 09:03:16 UTC 2018 - [email protected]
+
+- Update pandoc-types to version 1.17.5.4.
+  [1.17.5.4]
+
+    * Put NFData in scope for ghc < 7.10.
+    * Reduce deepseq lower bound for ghc < 7.10.
+
+-------------------------------------------------------------------
+Mon Oct 22 10:35:50 UTC 2018 - [email protected]
+
+- Update pandoc-types to version 1.17.5.3.
+  [1.17.5.3]
+
+    * For ghc < 7.10, constrain deepseq-generics to >= 0.2, which no
+      longer exprots NFData from deepseq. Add deepseq dependency.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-pandoc-types.spec ++++++
--- /var/tmp/diff_new_pack.kq5cPk/_old  2018-11-09 07:52:56.723812607 +0100
+++ /var/tmp/diff_new_pack.kq5cPk/_new  2018-11-09 07:52:56.731812598 +0100
@@ -19,7 +19,7 @@
 %global pkg_name pandoc-types
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.17.5.2
+Version:        1.17.5.4
 Release:        0
 Summary:        Types for representing a structured document
 License:        GPL-2.0-only

++++++ pandoc-types-1.17.5.2.tar.gz -> pandoc-types-1.17.5.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.17.5.2/Text/Pandoc/Definition.hs 
new/pandoc-types-1.17.5.4/Text/Pandoc/Definition.hs
--- old/pandoc-types-1.17.5.2/Text/Pandoc/Definition.hs 2018-10-19 
23:26:03.000000000 +0200
+++ new/pandoc-types-1.17.5.4/Text/Pandoc/Definition.hs 2018-10-23 
19:04:12.000000000 +0200
@@ -86,6 +86,7 @@
 #else
 import Data.Monoid (Monoid (mappend, mempty))
 import Control.Applicative ((<$>), (<*>))
+import Control.DeepSeq (NFData(..))
 import Control.DeepSeq.Generics
 #endif
 import Paths_pandoc_types (version)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.17.5.2/changelog 
new/pandoc-types-1.17.5.4/changelog
--- old/pandoc-types-1.17.5.2/changelog 2018-10-19 23:26:03.000000000 +0200
+++ new/pandoc-types-1.17.5.4/changelog 2018-10-23 19:04:13.000000000 +0200
@@ -1,3 +1,13 @@
+[1.17.5.4]
+
+  * Put NFData in scope for ghc < 7.10.
+  * Reduce deepseq lower bound for ghc < 7.10.
+
+[1.17.5.3]
+
+  * For ghc < 7.10, constrain deepseq-generics to >= 0.2, which no
+    longer exprots NFData from deepseq. Add deepseq dependency.
+
 [1.17.5.2]
 
   * Bump upper bound for deepseq-generics, QuickCheck, criterion.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.17.5.2/pandoc-types.cabal 
new/pandoc-types-1.17.5.4/pandoc-types.cabal
--- old/pandoc-types-1.17.5.2/pandoc-types.cabal        2018-10-19 
23:26:03.000000000 +0200
+++ new/pandoc-types-1.17.5.4/pandoc-types.cabal        2018-10-23 
19:04:13.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                pandoc-types
-Version:             1.17.5.2
+Version:             1.17.5.4
 Synopsis:            Types for representing a structured document
 Description:         @Text.Pandoc.Definition@ defines the 'Pandoc' data
                      structure, which is used by pandoc to represent
@@ -57,7 +57,8 @@
   if !impl(ghc >= 8.0)
     Build-depends:   semigroups == 0.18.*
   if impl(ghc < 7.10)
-    Build-depends:   deepseq-generics >= 0.1 && < 0.3
+    Build-depends:   deepseq-generics >= 0.2 && < 0.3,
+                     deepseq >= 1.3 && < 1.5
   else
     Build-depends:   deepseq >= 1.4.1 && < 1.5
   ghc-options:       -Wall


Reply via email to