Hello community,

here is the log from the commit of package hpack for openSUSE:Factory checked 
in at 2016-06-14 23:08:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hpack (Old)
 and      /work/SRC/openSUSE:Factory/.hpack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hpack"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hpack/hpack.changes      2016-06-07 
23:45:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hpack.new/hpack.changes 2016-06-14 
23:08:26.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Jun 11 11:26:23 UTC 2016 - [email protected]
+
+- update to 0.14.1
+
+-------------------------------------------------------------------

Old:
----
  hpack-0.14.0.tar.gz

New:
----
  hpack-0.14.1.tar.gz

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

Other differences:
------------------
++++++ hpack.spec ++++++
--- /var/tmp/diff_new_pack.EuM2xG/_old  2016-06-14 23:08:27.000000000 +0200
+++ /var/tmp/diff_new_pack.EuM2xG/_new  2016-06-14 23:08:27.000000000 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:           %{pkg_name}
-Version:        0.14.0
+Version:        0.14.1
 Release:        0
 Summary:        An alternative format for Haskell packages
 Group:          Development/Languages/Other

++++++ hpack-0.14.0.tar.gz -> hpack-0.14.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpack-0.14.0/hpack.cabal new/hpack-0.14.1/hpack.cabal
--- old/hpack-0.14.0/hpack.cabal        2016-05-09 12:27:49.000000000 +0200
+++ new/hpack-0.14.1/hpack.cabal        2016-06-10 16:09:36.000000000 +0200
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.12.0.
+-- This file has been generated from package.yaml by hpack version 0.14.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           hpack
-version:        0.14.0
+version:        0.14.1
 synopsis:       An alternative format for Haskell packages
 category:       Development
 homepage:       https://github.com/sol/hpack#readme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpack-0.14.0/src/Hpack/Config.hs 
new/hpack-0.14.1/src/Hpack/Config.hs
--- old/hpack-0.14.0/src/Hpack/Config.hs        2016-05-09 12:27:49.000000000 
+0200
+++ new/hpack-0.14.1/src/Hpack/Config.hs        2016-06-10 15:09:58.000000000 
+0200
@@ -119,7 +119,7 @@
 class HasFieldNames a where
   fieldNames :: Proxy a -> [FieldName]
 
-  default fieldNames :: (HasTypeName a, Generic a, Selectors (Rep a)) => Proxy 
a -> [String]
+  default fieldNames :: (HasTypeName a, Selectors (Rep a)) => Proxy a -> 
[String]
   fieldNames proxy = map (hyphenize $ typeName proxy) (selectors proxy)
 
 data CaptureUnknownFields a = CaptureUnknownFields {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpack-0.14.0/src/Hpack/GenericsUtil.hs 
new/hpack-0.14.1/src/Hpack/GenericsUtil.hs
--- old/hpack-0.14.0/src/Hpack/GenericsUtil.hs  2016-05-09 12:27:49.000000000 
+0200
+++ new/hpack-0.14.1/src/Hpack/GenericsUtil.hs  2016-06-10 15:09:58.000000000 
+0200
@@ -21,10 +21,10 @@
 instance (Datatype d, Generic a, Rep a ~ M1 D d m) => HasTypeName a where
   typeName _ = datatypeName (undefined :: M1 D d x y)
 
-selectors :: (Generic a, Selectors (Rep a)) => Proxy a -> [String]
+selectors :: (Selectors (Rep a)) => Proxy a -> [String]
 selectors = f
   where
-    f :: forall a. (Generic a, Selectors (Rep a)) => Proxy a -> [String]
+    f :: forall a. (Selectors (Rep a)) => Proxy a -> [String]
     f _ = selNames (Proxy :: Proxy (Rep a))
 
 class Selectors a where
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpack-0.14.0/test/Helper.hs 
new/hpack-0.14.1/test/Helper.hs
--- old/hpack-0.14.0/test/Helper.hs     2016-05-09 12:27:49.000000000 +0200
+++ new/hpack-0.14.1/test/Helper.hs     2016-06-10 15:09:58.000000000 +0200
@@ -10,14 +10,14 @@
 import           Test.Hspec
 import           Test.Mockery.Directory
 import           Control.Applicative
-import           System.Directory
+import           System.Directory (getCurrentDirectory, setCurrentDirectory, 
canonicalizePath)
 import           Control.Exception
 import qualified System.IO.Temp as Temp
 import           System.FilePath
 
 withCurrentDirectory :: FilePath -> IO a -> IO a
 withCurrentDirectory dir action = do
-  bracket (getCurrentDirectory) (setCurrentDirectory) $ \ _ -> do
+  bracket getCurrentDirectory setCurrentDirectory $ \ _ -> do
     setCurrentDirectory dir
     action
 


Reply via email to