From 425ca9af3498edd81aa5243dfc4643332b09055e Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sat, 28 Oct 2023 23:55:45 +0200 Subject: [PATCH] Bump up heap limit. stack+ghc-9.6.3 leads to hitting the limit --- random.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/random.cabal b/random.cabal index 6e9fd3bc..975bc62d 100644 --- a/random.cabal +++ b/random.cabal @@ -114,7 +114,7 @@ test-suite legacy-test default-language: Haskell2010 ghc-options: - -with-rtsopts=-M8M + -with-rtsopts=-M9M -Wno-deprecations build-depends: base,