diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 02778a5b7e..361feccdee 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -177,7 +177,7 @@ jobs: ignore_error: false # Takes too long, so bench is disabled - - name: ghc-9.12.3 + - name: ghc-9.12.4 runner: macos-latest command: stack # WARNING! cannot use # comments inside pack_options. @@ -196,7 +196,7 @@ jobs: - name: fusion runner: ubuntu-latest command: cabal - ghc_version: 9.12.2 + ghc_version: 9.12.4 # WARNING! cannot use # comments inside pack_options. pack_options: >- CABAL_PROJECT=cabal.project @@ -297,7 +297,7 @@ jobs: - name: ci runner: windows-latest command: cabal - ghc_version: 9.10.3 + ghc_version: 9.12.4 # WARNING! cannot use # comments inside pack_options. pack_options: >- CABAL_PROJECT=cabal.project @@ -319,7 +319,7 @@ jobs: #- name: docspec # runner: ubuntu-latest # command: cabal - # ghc_version: 9.12.2 + # ghc_version: 9.12.4 # # WARNING! cannot use # comments inside pack_options. # pack_options: >- # DISABLE_SDIST_BUILD="y" diff --git a/appveyor.yml b/appveyor.yml index c87f559c9a..faf7793438 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ environment: # ------------------------------------------------------------------------ # GHCUP_VERSION: "0.1.50.2" - GHCVER: "9.10.3" + GHCVER: "9.14.1" #CABALVER: "3.10.3.0" # ------------------------------------------------------------------------