Skip to content

Commit d927bd3

Browse files
Use ghc 9.14 and 9.12 for windows CI
1 parent 4ba21c8 commit d927bd3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
# ------------------------------------------------------------------------

0 commit comments

Comments
 (0)