Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v1.2.1.2 #164

Merged
merged 14 commits into from
Feb 4, 2024
Prev Previous commit
Next Next commit
Bump up heap limit. stack+ghc-9.6.3 leads to hitting the limit
lehins committed Feb 4, 2024

Verified

This commit was signed with the committer’s verified signature.
lehins Alexey Kuleshevich
commit 676bae880d19d787806ba5ec84bf7a4856272b51
2 changes: 1 addition & 1 deletion random.cabal
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ test-suite legacy-test
RangeTest

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