SHA256
1
0
forked from pool/ghc-hashable

Accepting request 508027 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/508027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hashable?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2017-07-05 22:03:10 +00:00 committed by Git OBS Bridge
commit 47d7d7efbb
5 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94ca8789e13bc05c1582c46b709f3b0f5aeec2092be634b8606dbd9c5915bb7a
size 30305

View File

@ -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 @@ Library
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)