synchronize with lts:8 at dbb015f0741eb161dfe16542e58be68e43d0cff4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hashable?expand=0&rev=21
This commit is contained in:
parent
861b3e4dd4
commit
d014a4707f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 25 18:41:41 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.2.6.1 revision 1.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 27 12:41:05 UTC 2017 - psimons@suse.com
|
Mon Mar 27 12:41:05 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name hashable
|
%global pkg_name hashable
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.2.6.0
|
Version: 1.2.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A class for types that can be converted to a hash value
|
Summary: A class for types that can be converted to a hash value
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:429b663c827af52f64b0f376ee6e7a990e57ec54a59107857311054ade6e0a52
|
|
||||||
size 29587
|
|
3
hashable-1.2.6.1.tar.gz
Normal file
3
hashable-1.2.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94ca8789e13bc05c1582c46b709f3b0f5aeec2092be634b8606dbd9c5915bb7a
|
||||||
|
size 30305
|
@ -1,5 +1,5 @@
|
|||||||
Name: hashable
|
Name: hashable
|
||||||
Version: 1.2.6.0
|
Version: 1.2.6.1
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
Synopsis: A class for types that can be converted to a hash value
|
Synopsis: A class for types that can be converted to a hash value
|
||||||
Description: This package defines a class, 'Hashable', for types that
|
Description: This package defines a class, 'Hashable', for types that
|
||||||
@ -47,7 +47,7 @@ Library
|
|||||||
Exposed-modules: Data.Hashable
|
Exposed-modules: Data.Hashable
|
||||||
Data.Hashable.Lifted
|
Data.Hashable.Lifted
|
||||||
Other-modules: Data.Hashable.Class
|
Other-modules: Data.Hashable.Class
|
||||||
Build-depends: base >= 4.4 && < 4.11,
|
Build-depends: base >= 4.4 && < 4.10,
|
||||||
bytestring >= 0.9 && < 0.11,
|
bytestring >= 0.9 && < 0.11,
|
||||||
deepseq >= 1.3
|
deepseq >= 1.3
|
||||||
if impl(ghc)
|
if impl(ghc)
|
||||||
|
Loading…
Reference in New Issue
Block a user