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 130c7f6 commit 83ed109Copy full SHA for 83ed109
.github/workflows/ci-ubuntu.yml
@@ -48,8 +48,8 @@ on:
48
########################################################################
49
50
env:
51
- GHC_VERSION: 9.10.1
52
- CABAL_VERSION: 3.12.1.0
+ GHC_VERSION: 9.12.2
+ CABAL_VERSION: 3.14.2.0
53
CABAL_V1_INSTALL: cabal v1-install --ghc-options='-O1 +RTS -M6G -RTS'
54
CABAL_INSTALL: cabal install --overwrite-policy=always --ghc-options='-O1 +RTS -M6G -RTS'
55
AGDA: agda -Werror +RTS -M5G -H3.5G -A128M -RTS -i. -isrc -idoc
0 commit comments