Hello community,

here is the log from the commit of package ghc-half for openSUSE:Factory 
checked in at 2016-01-20 09:54:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-half (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-half.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-half"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-half/ghc-half.changes        2015-12-23 
08:49:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-half.new/ghc-half.changes   2016-01-20 
09:55:00.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Jan 18 10:38:45 UTC 2016 - mimi...@gmail.com
+
+- update to 0.2.2.3 
+* Avoid the new warnings for missing pattern synonym signatures on GHC 8
+
+-------------------------------------------------------------------

Old:
----
  half-0.2.2.2.tar.gz

New:
----
  half-0.2.2.3.tar.gz

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

Other differences:
------------------
++++++ ghc-half.spec ++++++
--- /var/tmp/diff_new_pack.e5vuET/_old  2016-01-20 09:55:01.000000000 +0100
+++ /var/tmp/diff_new_pack.e5vuET/_new  2016-01-20 09:55:01.000000000 +0100
@@ -18,7 +18,7 @@
 %global pkg_name half
 
 Name:           ghc-half
-Version:        0.2.2.2
+Version:        0.2.2.3
 Release:        0
 Summary:        Half-precision floating-point
 Group:          System/Libraries

++++++ half-0.2.2.2.tar.gz -> half-0.2.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/half-0.2.2.2/CHANGELOG.markdown 
new/half-0.2.2.3/CHANGELOG.markdown
--- old/half-0.2.2.2/CHANGELOG.markdown 2015-12-09 17:59:50.000000000 +0100
+++ new/half-0.2.2.3/CHANGELOG.markdown 2016-01-17 01:40:32.000000000 +0100
@@ -1,3 +1,7 @@
+0.2.2.3
+-------
+* Avoid the new warnings for missing pattern synonym signatures on GHC 8
+
 0.2.2.2
 -------
 * Fixed an issue with `Storable` that was causing crashing for some users.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/half-0.2.2.2/half.cabal new/half-0.2.2.3/half.cabal
--- old/half-0.2.2.2/half.cabal 2015-12-09 17:59:50.000000000 +0100
+++ new/half-0.2.2.3/half.cabal 2016-01-17 01:40:32.000000000 +0100
@@ -1,6 +1,6 @@
 name:          half
 category:      Numeric
-version:       0.2.2.2
+version:       0.2.2.3
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -30,4 +30,8 @@
   c-sources: cbits/half.c
   build-depends: base >= 4.3 && < 5
   ghc-options: -Wall -fwarn-tabs -O2
+
+  if impl(ghc >= 8)
+    ghc-options: -fno-warn-missing-pat-syn-sigs
+
   exposed-modules: Numeric.Half


Reply via email to