diff --git a/package.yaml b/package.yaml index 657cef0d3..926c6b8ec 100644 --- a/package.yaml +++ b/package.yaml @@ -87,7 +87,9 @@ executables: main: Main.hs source-dirs: src/ dependencies: echidna - ghc-options: -threaded -with-rtsopts=-N + ghc-options: + - -threaded + - '"-with-rtsopts=-A64m -N"' when: - condition: (os(linux) || os(windows)) && flag(static) ghc-options: