We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfd6c4 commit 9f544b4Copy full SHA for 9f544b4
core/tasty.cabal
@@ -68,7 +68,7 @@ library
68
ansi-terminal >= 0.9 && < 1.2
69
70
-- No reason to depend on unbounded-delays on 64-bit architecture
71
- if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64) && !arch(s390x) && !arch(riscv64))
+ if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64) && !arch(s390x) && !arch(riscv64) && !arch(loongarch64))
72
build-depends:
73
unbounded-delays >= 0.1 && < 0.2
74
0 commit comments