From 9aa52f6ae7729b7dc2a9cc41d0d937a561a8d10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Tue, 23 Sep 2025 11:38:43 -0300 Subject: [PATCH] echidna: enable nonmoving-gc --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.yaml b/package.yaml index 99bf5e138..4410e932c 100644 --- a/package.yaml +++ b/package.yaml @@ -94,7 +94,7 @@ executables: - with-utf8 ghc-options: - -threaded - - '"-with-rtsopts=-A64m -N"' + - '"-with-rtsopts=-A64m -N --nonmoving-gc"' when: - condition: (os(linux) || os(windows)) && flag(static) ghc-options: