forked from pool/ghc-hashable
Accepting request 510538 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/510538 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hashable?expand=0&rev=13
This commit is contained in:
commit
f489fa4103
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 8 03:02:09 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.2.6.1 revision 2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 25 18:41:41 UTC 2017 - psimons@suse.com
|
Sun Jun 25 18:41:41 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ License: BSD-3-Clause
|
|||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-deepseq-devel
|
BuildRequires: ghc-deepseq-devel
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: hashable
|
Name: hashable
|
||||||
Version: 1.2.6.1
|
Version: 1.2.6.1
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
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
|
||||||
can be converted to a hash value. This class
|
can be converted to a hash value. This class
|
||||||
@ -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.10,
|
Build-depends: base >= 4.4 && < 4.11,
|
||||||
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