Hello community,

here is the log from the commit of package ghc-union for openSUSE:Factory 
checked in at 2017-01-31 12:40:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-union (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-union.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-union"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-union/ghc-union.changes      2017-01-18 
21:36:46.103339233 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-union.new/ghc-union.changes 2017-02-03 
17:40:22.310020386 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 06:59:17 UTC 2016 - [email protected]
+
+- Update to version 0.1.1.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  union-0.1.1.0.tar.gz

New:
----
  union-0.1.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-union.spec ++++++
--- /var/tmp/diff_new_pack.5z8kMg/_old  2017-02-03 17:40:22.713963212 +0100
+++ /var/tmp/diff_new_pack.5z8kMg/_new  2017-02-03 17:40:22.713963212 +0100
@@ -18,22 +18,20 @@
 
 %global pkg_name union
 Name:           ghc-%{pkg_name}
-Version:        0.1.1.0
+Version:        0.1.1.1
 Release:        0
 Summary:        Extensible type-safe unions
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-profunctors-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-vinyl-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Extensible type-safe unions for Haskell with prisms using modern GHC features.
@@ -55,15 +53,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ union-0.1.1.0.tar.gz -> union-0.1.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/union-0.1.1.0/bench/Benchmark.hs 
new/union-0.1.1.1/bench/Benchmark.hs
--- old/union-0.1.1.0/bench/Benchmark.hs        2016-03-21 12:43:25.000000000 
+0100
+++ new/union-0.1.1.1/bench/Benchmark.hs        2016-06-13 22:07:14.000000000 
+0200
@@ -2,15 +2,11 @@
 {-# LANGUAGE PolyKinds #-}
 module Main (main) where
 
-import Control.DeepSeq
 import Control.Lens
 import Criterion.Main
 import Data.Dynamic
 import Data.Union
 
-instance NFData (Proxy (a :: k)) where
-  rnf Proxy = ()
-
 union1 :: OpenUnion '[(), Proxy 0, Proxy 1]
 union1 = openUnion # ()
 {-# NOINLINE union1 #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/union-0.1.1.0/union.cabal 
new/union-0.1.1.1/union.cabal
--- old/union-0.1.1.0/union.cabal       2016-04-22 18:52:07.000000000 +0200
+++ new/union-0.1.1.1/union.cabal       2016-06-13 22:07:14.000000000 +0200
@@ -1,5 +1,5 @@
 name:                union
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            Extensible type-safe unions
 description:
 
@@ -52,7 +52,7 @@
   build-depends:       base
                ,       union
                ,       lens
-               ,       deepseq
+               ,       deepseq >=1.4.2
                ,       criterion
   hs-source-dirs:      bench
   default-language:    Haskell2010


Reply via email to