From 5a790ee0bbd6755210f2910a3d318a0f2c6476f6 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 22 Jun 2023 08:21:17 +0300 Subject: [PATCH] Don't depend on unbounded-delays for riscv64 64-bit RISC-V should fall into the same case in https://github.com/UnkindPartition/tasty/pull/344 and should be added here. Tested locally. --- core/tasty.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tasty.cabal b/core/tasty.cabal index fd65a7e1..09976e3c 100644 --- a/core/tasty.cabal +++ b/core/tasty.cabal @@ -68,7 +68,7 @@ library ansi-terminal >= 0.9 && < 1.2 -- No reason to depend on unbounded-delays on 64-bit architecture - if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64) && !arch(s390x)) + if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64) && !arch(s390x) && !arch(riscv64)) build-depends: unbounded-delays >= 0.1 && < 0.2