Hello community,

here is the log from the commit of package ghc-relational-query for 
openSUSE:Factory checked in at 2017-02-21 13:45:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-relational-query (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-relational-query.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-relational-query"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-relational-query/ghc-relational-query.changes    
    2017-02-03 17:39:48.338828689 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-relational-query.new/ghc-relational-query.changes
   2017-02-21 13:45:56.285628645 +0100
@@ -1,0 +2,5 @@
+Sun Feb  5 19:32:26 UTC 2017 - [email protected]
+
+- Update to version 0.8.3.4 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  relational-query-0.8.3.2.tar.gz

New:
----
  relational-query-0.8.3.4.tar.gz

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

Other differences:
------------------
++++++ ghc-relational-query.spec ++++++
--- /var/tmp/diff_new_pack.eWeKfy/_old  2017-02-21 13:45:56.901541754 +0100
+++ /var/tmp/diff_new_pack.eWeKfy/_new  2017-02-21 13:45:56.905541190 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-relational-query
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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 relational-query
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.8.3.2
+Version:        0.8.3.4
 Release:        0
 Summary:        Typeful, Modular, Relational, algebraic query engine
 License:        BSD-3-Clause

++++++ relational-query-0.8.3.2.tar.gz -> relational-query-0.8.3.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relational-query-0.8.3.2/ChangeLog.md 
new/relational-query-0.8.3.4/ChangeLog.md
--- old/relational-query-0.8.3.2/ChangeLog.md   2016-10-16 05:54:38.000000000 
+0200
+++ new/relational-query-0.8.3.4/ChangeLog.md   2017-02-02 16:32:02.000000000 
+0100
@@ -1,5 +1,13 @@
 <!-- -*- Markdown -*- -->
 
+## 0.8.3.4
+
+- Update this changelog
+
+## 0.8.3.3
+
+- simpl-tick-factor work-around to avoid bug of GHC
+
 ## 0.8.3.2
 
 - Export Register interface type from Query module.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relational-query-0.8.3.2/relational-query.cabal 
new/relational-query-0.8.3.4/relational-query.cabal
--- old/relational-query-0.8.3.2/relational-query.cabal 2016-10-16 
05:54:38.000000000 +0200
+++ new/relational-query-0.8.3.4/relational-query.cabal 2017-02-02 
16:32:02.000000000 +0100
@@ -1,5 +1,5 @@
 name:                relational-query
-version:             0.8.3.2
+version:             0.8.3.4
 synopsis:            Typeful, Modular, Relational, algebraic query engine
 description:         This package contiains typeful relation structure and
                      relational-algebraic query building DSL which can
@@ -18,7 +18,7 @@
 category:            Database
 build-type:          Simple
 cabal-version:       >=1.10
-tested-with:           GHC == 8.0.1
+tested-with:           GHC == 8.0.1, GHC == 8.0.2
                      , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
                      , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4
                      , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3
@@ -87,7 +87,7 @@
                        , persistable-record >= 0.3
 
   hs-source-dirs:      src
-  ghc-options:         -Wall
+  ghc-options:         -Wall -fsimpl-tick-factor=200
 
   default-language:     Haskell2010
 
@@ -105,7 +105,7 @@
                        Model
 
   hs-source-dirs:      test
-  ghc-options:         -Wall
+  ghc-options:         -Wall -fsimpl-tick-factor=200
 
   default-language:     Haskell2010
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/relational-query-0.8.3.2/src/Database/Relational/Query/Relation.hs 
new/relational-query-0.8.3.4/src/Database/Relational/Query/Relation.hs
--- old/relational-query-0.8.3.2/src/Database/Relational/Query/Relation.hs      
2016-10-16 05:54:38.000000000 +0200
+++ new/relational-query-0.8.3.4/src/Database/Relational/Query/Relation.hs      
2017-02-02 16:32:02.000000000 +0100
@@ -1,5 +1,4 @@
 {-# LANGUAGE FlexibleContexts #-}
-{-# OPTIONS_GHC -fsimpl-tick-factor=200 #-}
 
 -- |
 -- Module      : Database.Relational.Query.Relation


Reply via email to