diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2026-06-05 08:19:23 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2026-06-07 09:13:14 +0000 |
| commit | 081982448825659ed19d789b2fd7c207da659a4e (patch) | |
| tree | 887c47f85cc362ddc425e0c3a56808f3a3f1028c | |
| parent | 575b654dc46aa032410861925a393e68fab679ab (diff) | |
devel/stack: fix build on powerpc64le
powerpc64le is also 64-bit.
| -rw-r--r-- | devel/stack/files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/stack/files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal b/devel/stack/files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal new file mode 100644 index 000000000000..67950ca8d8e2 --- /dev/null +++ b/devel/stack/files/patch-__cabal__deps_tasty-1.5.3_tasty.cabal @@ -0,0 +1,11 @@ +--- _cabal_deps/tasty-1.5.3/tasty.cabal.orig 2026-05-29 10:05:13 UTC ++++ _cabal_deps/tasty-1.5.3/tasty.cabal +@@ -69,7 +69,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) && !arch(riscv64))
++ if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64le) && !arch(ppc64) && !arch(s390x) && !arch(riscv64))
+ build-depends:
+ unbounded-delays >= 0.1 && < 0.2
+
|
