osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hashable revision:14, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hashable?expand=0&rev=67
This commit is contained in:
parent
7ab770f687
commit
c4aa2f42fa
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- force i686 arch on i586
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 8 09:22:30 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hashable to version 1.3.0.0 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 31 09:34:36 UTC 2020 - psimons@suse.com
|
Mon Aug 31 09:34:36 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -25,12 +25,18 @@ Summary: A class for types that can be converted to a hash value
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
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
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
|
# GHC dont support i586
|
||||||
|
%ifarch %{ix86}
|
||||||
|
ExclusiveArch: i586 i686
|
||||||
|
ExclusiveArch: i686
|
||||||
|
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
|
||||||
|
%endif
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-HUnit-devel
|
BuildRequires: ghc-HUnit-devel
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Cabal-version: 1.12
|
Cabal-version: 1.12
|
||||||
Name: hashable
|
Name: hashable
|
||||||
Version: 1.3.0.0
|
Version: 1.3.0.0
|
||||||
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
|
||||||
@ -53,7 +53,7 @@ Library
|
|||||||
C-sources: cbits/fnv.c
|
C-sources: cbits/fnv.c
|
||||||
|
|
||||||
Build-depends: base >= 4.5 && < 4.15
|
Build-depends: base >= 4.5 && < 4.15
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9 && < 0.12
|
||||||
, deepseq >= 1.3 && < 1.5
|
, deepseq >= 1.3 && < 1.5
|
||||||
, text >= 0.12 && < 1.3
|
, text >= 0.12 && < 1.3
|
||||||
, ghc-prim
|
, ghc-prim
|
||||||
|
Loading…
Reference in New Issue
Block a user