Hello community,

here is the log from the commit of package ghc-hashable for openSUSE:Factory 
checked in at 2017-07-06 00:03:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hashable (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hashable.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hashable"

Thu Jul  6 00:03:10 2017 rev:12 rq:508027 version:1.2.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hashable/ghc-hashable.changes        
2017-04-14 13:37:58.029304571 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hashable.new/ghc-hashable.changes   
2017-07-06 00:03:11.360075635 +0200
@@ -1,0 +2,5 @@
+Sun Jun 25 18:41:41 UTC 2017 - [email protected]
+
+- Update to version 1.2.6.1 revision 1.
+
+-------------------------------------------------------------------

Old:
----
  hashable-1.2.6.0.tar.gz

New:
----
  hashable-1.2.6.1.tar.gz

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

Other differences:
------------------
++++++ ghc-hashable.spec ++++++
--- /var/tmp/diff_new_pack.sJbFOS/_old  2017-07-06 00:03:12.311941538 +0200
+++ /var/tmp/diff_new_pack.sJbFOS/_new  2017-07-06 00:03:12.315940976 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hashable
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.2.6.0
+Version:        1.2.6.1
 Release:        0
 Summary:        A class for types that can be converted to a hash value
 License:        BSD-3-Clause

++++++ hashable-1.2.6.0.tar.gz -> hashable-1.2.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hashable-1.2.6.0/CHANGES.md 
new/hashable-1.2.6.1/CHANGES.md
--- old/hashable-1.2.6.0/CHANGES.md     2017-03-18 00:26:23.000000000 +0100
+++ new/hashable-1.2.6.1/CHANGES.md     2017-06-22 06:07:04.000000000 +0200
@@ -1,3 +1,9 @@
+## Version 1.2.6.1
+
+ * Use typeRepFingerprint from Type.Reflection.Unsafe
+
+ * Bump minimum version of base to 4.4.
+
 ## Version 1.2.6.0
 
  * Add support for type-indexed `Typeable`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hashable-1.2.6.0/Data/Hashable/Class.hs 
new/hashable-1.2.6.1/Data/Hashable/Class.hs
--- old/hashable-1.2.6.0/Data/Hashable/Class.hs 2017-03-18 00:26:23.000000000 
+0100
+++ new/hashable-1.2.6.1/Data/Hashable/Class.hs 2017-06-22 06:07:04.000000000 
+0200
@@ -110,7 +110,8 @@
 #endif
 
 #if   __GLASGOW_HASKELL__ >= 801
-import Type.Reflection (typeRepFingerprint, Typeable, TypeRep, SomeTypeRep(..))
+import Type.Reflection (Typeable, TypeRep, SomeTypeRep(..))
+import Type.Reflection.Unsafe (typeRepFingerprint)
 import GHC.Fingerprint.Type(Fingerprint(..))
 #elif __GLASGOW_HASKELL__ >= 710
 import Data.Typeable (typeRepFingerprint, Typeable, TypeRep)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hashable-1.2.6.0/hashable.cabal 
new/hashable-1.2.6.1/hashable.cabal
--- old/hashable-1.2.6.0/hashable.cabal 2017-03-18 00:26:23.000000000 +0100
+++ new/hashable-1.2.6.1/hashable.cabal 2017-06-22 06:07:04.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                hashable
-Version:             1.2.6.0
+Version:             1.2.6.1
 Synopsis:            A class for types that can be converted to a hash value
 Description:         This package defines a class, 'Hashable', for types that
                      can be converted to a hash value.  This class
@@ -46,7 +46,7 @@
   Exposed-modules:   Data.Hashable
                      Data.Hashable.Lifted
   Other-modules:     Data.Hashable.Class
-  Build-depends:     base >= 4.0 && < 4.11,
+  Build-depends:     base >= 4.4 && < 4.11,
                      bytestring >= 0.9 && < 0.11,
                      deepseq >= 1.3
   if impl(ghc)

++++++ hashable.cabal ++++++
--- /var/tmp/diff_new_pack.sJbFOS/_old  2017-07-06 00:03:12.435924073 +0200
+++ /var/tmp/diff_new_pack.sJbFOS/_new  2017-07-06 00:03:12.435924073 +0200
@@ -1,5 +1,5 @@
 Name:                hashable
-Version:             1.2.6.0
+Version:             1.2.6.1
 x-revision: 1
 Synopsis:            A class for types that can be converted to a hash value
 Description:         This package defines a class, 'Hashable', for types that
@@ -47,7 +47,7 @@
   Exposed-modules:   Data.Hashable
                      Data.Hashable.Lifted
   Other-modules:     Data.Hashable.Class
-  Build-depends:     base >= 4.4 && < 4.11,
+  Build-depends:     base >= 4.4 && < 4.10,
                      bytestring >= 0.9 && < 0.11,
                      deepseq >= 1.3
   if impl(ghc)


Reply via email to