From 752baba987f61d3d3778751f2709293521841e0c Mon Sep 17 00:00:00 2001 From: Shayne Fletcher Date: Wed, 15 May 2024 19:33:31 -0400 Subject: [PATCH] setup install 9.6.4 (#1597) --- .github/workflows/ghc-next.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ghc-next.yml b/.github/workflows/ghc-next.yml index 911e0c0d..a04ecbf3 100644 --- a/.github/workflows/ghc-next.yml +++ b/.github/workflows/ghc-next.yml @@ -16,6 +16,7 @@ jobs: steps: - uses: haskell-actions/setup@v2 with: + ghc-version: '9.6.4' enable-stack: true stack-version: 'latest' - name: Upgrade stack from git