From 7f60932e85dfbb08020eb6277ea4a8d39a5a42fedb9de15c5c1d21f992730ef7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 15 Jul 2023 21:01:17 +0000 Subject: [PATCH] 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 --- crypto-random.cabal | 5 +++-- ghc-crypto-random.changes | 6 ++++++ ghc-crypto-random.spec | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/crypto-random.cabal b/crypto-random.cabal index e4d47e3..c8aee90 100644 --- a/crypto-random.cabal +++ b/crypto-random.cabal @@ -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) diff --git a/ghc-crypto-random.changes b/ghc-crypto-random.changes index edd3c00..1f9a359 100644 --- a/ghc-crypto-random.changes +++ b/ghc-crypto-random.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 11 13:18:03 UTC 2023 - Peter Simons + +- 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 diff --git a/ghc-crypto-random.spec b/ghc-crypto-random.spec index f6cc798..16c76ce 100644 --- a/ghc-crypto-random.spec +++ b/ghc-crypto-random.spec @@ -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