osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-crypto-random revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-crypto-random?expand=0&rev=15
This commit is contained in:
parent
f76cc0ed01
commit
7f60932e85
@ -1,6 +1,6 @@
|
||||
Name: crypto-random
|
||||
Version: 0.0.9
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
Description: Simple cryptographic random related types
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
@ -31,7 +31,8 @@ Library
|
||||
Other-modules: Crypto.Random.Entropy.Windows
|
||||
extra-libraries: advapi32
|
||||
else
|
||||
Build-Depends: unix
|
||||
Build-Depends: unix < 2.8
|
||||
-- Build failure with unix-2.8, see https://github.com/vincenthz/hs-crypto-random/pull/14
|
||||
Other-modules: Crypto.Random.Entropy.Unix
|
||||
|
||||
if arch(i386)
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 13:18:03 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update crypto-random to version 0.0.9 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:06:27 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -25,7 +25,7 @@ Summary: Simple cryptographic random related types
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
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-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
|
Loading…
Reference in New Issue
Block a user