File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6060 GHCUP_VER=0.1.18.0
6161 curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
6262 chmod +x ./ghcup
63- GHCVER=8.10 .7
63+ GHCVER=9.2 .7
6464 ./ghcup install ghc $GHCVER
6565 ./ghcup set ghc $GHCVER
6666 cabal update
Original file line number Diff line number Diff line change @@ -392,7 +392,6 @@ benchmark Data.Parser
392392 type : exitcode-stdio-1.0
393393 hs-source-dirs : Streamly/Benchmark/Data
394394 main-is : Parser.hs
395- ghc-options : +RTS -M3000M -RTS
396395 if impl(ghcjs)
397396 buildable : False
398397 else
@@ -402,7 +401,7 @@ benchmark Data.Parser
402401 if flag(dev)
403402 ghc-options : +RTS -M3000M -RTS
404403 else
405- ghc-options : +RTS -M3000M -RTS
404+ ghc-options : +RTS -M1000M -RTS
406405
407406benchmark Data.Parser.ParserK
408407 import : bench-options
You can’t perform that action at this time.
0 commit comments