From 130d5e51a68febcd1c30b99bb2e3a04d27b3ab95 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 22 Jun 2023 01:39:24 +0800 Subject: [PATCH] disable crypto-random https://github.com/vincenthz/hs-crypto-random/issues/15 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b639dc0f..1256dc47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5127,7 +5127,7 @@ packages: - crypto-numbers - crypto-pubkey - crypto-pubkey-openssh < 0 # 0.2.7 compile fail - - crypto-random + - crypto-random < 0 # https://github.com/vincenthz/hs-crypto-random/issues/15 - cryptohash-cryptoapi - cryptohash-sha256 - cryptohash-sha512