We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fa8dd commit 68b2d87Copy full SHA for 68b2d87
.github/workflows/regression-check.yml
@@ -60,7 +60,7 @@ jobs:
60
GHCUP_VER=0.1.18.0
61
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
62
chmod +x ./ghcup
63
- GHCVER=8.10.7
+ GHCVER=9.2.7
64
./ghcup install ghc $GHCVER
65
./ghcup set ghc $GHCVER
66
cabal update
benchmark/streamly-benchmarks.cabal
@@ -401,7 +401,7 @@ benchmark Data.Parser
401
if flag(dev)
402
ghc-options: +RTS -M3000M -RTS
403
else
404
- ghc-options: +RTS -M1000M -RTS
+ ghc-options: +RTS -M2000M -RTS
405
406
benchmark Data.Parser.ParserK
407
import: bench-options
0 commit comments