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 60
60
GHCUP_VER=0.1.18.0
61
61
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
62
62
chmod +x ./ghcup
63
- GHCVER=8.10 .7
63
+ GHCVER=9.2 .7
64
64
./ghcup install ghc $GHCVER
65
65
./ghcup set ghc $GHCVER
66
66
cabal update
Original file line number Diff line number Diff line change @@ -392,7 +392,6 @@ benchmark Data.Parser
392
392
type : exitcode-stdio-1.0
393
393
hs-source-dirs : Streamly/Benchmark/Data
394
394
main-is : Parser.hs
395
- ghc-options : +RTS -M3000M -RTS
396
395
if impl(ghcjs)
397
396
buildable : False
398
397
else
@@ -402,7 +401,7 @@ benchmark Data.Parser
402
401
if flag(dev)
403
402
ghc-options : +RTS -M3000M -RTS
404
403
else
405
- ghc-options : +RTS -M3000M -RTS
404
+ ghc-options : +RTS -M1000M -RTS
406
405
407
406
benchmark Data.Parser.ParserK
408
407
import : bench-options
You can’t perform that action at this time.
0 commit comments