Skip to content

Commit

Permalink
Add -rtsopts to legacy-test
Browse files Browse the repository at this point in the history
This way users can overwrite `-M9M` setting if they need to.
  • Loading branch information
lehins committed Feb 4, 2024
1 parent cd59cd9 commit ae130cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion random.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ test-suite legacy-test
RangeTest

default-language: Haskell2010
ghc-options: -with-rtsopts=-M9M
ghc-options: -rtsopts -with-rtsopts=-M9M
if impl(ghc >= 8.0)
ghc-options:
-Wno-deprecations
Expand Down

0 comments on commit ae130cc

Please sign in to comment.