diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 797dd39..b8ddbb8 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -18,8 +18,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-haskell@v1 with: - ghc-version: '8.10.3' - cabal-version: '3.2' + ghc-version: '9.4.7' + cabal-version: '3.10.1.0' - name: Cache uses: actions/cache@v3