From b3e1d296cfc51a0ee7f45aa208f2a6117df05ab4 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 30 Jun 2024 15:28:22 +0200 Subject: [PATCH] Don't depend on unbounded-delays on ppc64 ... which is a 64 bit architecture. --- core/tasty.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tasty.cabal b/core/tasty.cabal index 9015d4d3..fd65a7e1 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(s390x)) + if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64) && !arch(s390x)) build-depends: unbounded-delays >= 0.1 && < 0.2