From 72293690d3512d5dda5ced39dfd1b6fca553bf50 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 4 Jun 2026 20:23:09 +0200 Subject: [PATCH] misc/hs-hascard: fix build on powerpc64* powerpc64* are 64-bit as well. While here, add also riscv64. --- .../files/patch-__cabal__deps_tasty-1.4.3_tasty.cabal | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/hs-hascard/files/patch-__cabal__deps_tasty-1.4.3_tasty.cabal diff --git a/misc/hs-hascard/files/patch-__cabal__deps_tasty-1.4.3_tasty.cabal b/misc/hs-hascard/files/patch-__cabal__deps_tasty-1.4.3_tasty.cabal new file mode 100644 index 000000000000..3c9d96b9a08f --- /dev/null +++ b/misc/hs-hascard/files/patch-__cabal__deps_tasty-1.4.3_tasty.cabal @@ -0,0 +1,11 @@ +--- _cabal_deps/tasty-1.4.3/tasty.cabal.orig 2001-09-09 01:46:40 UTC ++++ _cabal_deps/tasty-1.4.3/tasty.cabal +@@ -68,7 +68,7 @@ library + ansi-terminal >= 0.9 + + -- No reason to depend on unbounded-delays on 64-bit architecture +- if(!arch(x86_64) && !arch(aarch64)) ++ if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64le) && !arch(ppc64) && !arch(riscv64)) + build-depends: + unbounded-delays >= 0.1 +