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