Skip to content

Commit 9f544b4

Browse files
wszqkzqkBodigrim
authored andcommitted
Don't depend on unbounded-delays for loongarch64
LoongArch64 should fall into the same case in #344 and should be added here. Tested locally.
1 parent 2cfd6c4 commit 9f544b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tasty.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ library
6868
ansi-terminal >= 0.9 && < 1.2
6969

7070
-- No reason to depend on unbounded-delays on 64-bit architecture
71-
if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64) && !arch(s390x) && !arch(riscv64))
71+
if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64) && !arch(s390x) && !arch(riscv64) && !arch(loongarch64))
7272
build-depends:
7373
unbounded-delays >= 0.1 && < 0.2
7474

0 commit comments

Comments
 (0)