From a8886696e47afc8ef6154591751fa1fa80b56596 Mon Sep 17 00:00:00 2001 From: Javran Cheng Date: Wed, 3 Jan 2024 06:40:33 -0800 Subject: [PATCH] bump CI GHC version as well. checking very quick if everything still works... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34705879..09b3bd8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Stack uses: haskell/actions/setup@v2 with: - ghc-version: '9.2.8' + ghc-version: '9.4.7' enable-stack: true stack-version: 'latest'