From b5ae834225f17214c7e34eb2e9dc58641381be5b Mon Sep 17 00:00:00 2001 From: Piotr Justyna Date: Fri, 23 Feb 2024 12:27:21 +0000 Subject: [PATCH] Update haskell.yml --- .github/workflows/haskell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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