File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 ignore_error : false
178178
179179 # Takes too long, so bench is disabled
180- - name : ghc-9.12.3
180+ - name : ghc-9.12.4
181181 runner : macos-latest
182182 command : stack
183183 # WARNING! cannot use # comments inside pack_options.
@@ -196,7 +196,7 @@ jobs:
196196 - name : fusion
197197 runner : ubuntu-latest
198198 command : cabal
199- ghc_version : 9.12.2
199+ ghc_version : 9.12.4
200200 # WARNING! cannot use # comments inside pack_options.
201201 pack_options : >-
202202 CABAL_PROJECT=cabal.project
@@ -297,7 +297,7 @@ jobs:
297297 - name : ci
298298 runner : windows-latest
299299 command : cabal
300- ghc_version : 9.10.3
300+ ghc_version : 9.12.4
301301 # WARNING! cannot use # comments inside pack_options.
302302 pack_options : >-
303303 CABAL_PROJECT=cabal.project
@@ -319,7 +319,7 @@ jobs:
319319 # - name: docspec
320320 # runner: ubuntu-latest
321321 # command: cabal
322- # ghc_version: 9.12.2
322+ # ghc_version: 9.12.4
323323 # # WARNING! cannot use # comments inside pack_options.
324324 # pack_options: >-
325325 # DISABLE_SDIST_BUILD="y"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ environment:
2323 # ------------------------------------------------------------------------
2424 #
2525 GHCUP_VERSION : " 0.1.50.2"
26- GHCVER : " 9.10.3 "
26+ GHCVER : " 9.14.1 "
2727 # CABALVER: "3.10.3.0"
2828
2929 # ------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments