From a7ee3cfc4cf972ddefcdfc165144f716430f3a3d Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Mon, 20 May 2024 13:40:00 -0400 Subject: [PATCH] ... --- .github/workflows/cabal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cabal.yml b/.github/workflows/cabal.yml index a906293..70722ac 100644 --- a/.github/workflows/cabal.yml +++ b/.github/workflows/cabal.yml @@ -30,7 +30,7 @@ jobs: cabal-update: true - name: Install Dhall - run: cabal install dhall-1.42.1 + run: cabal install dhall-1.42.1 --with-compiler=ghc-${{ matrix.vers.ghc }} - name: Configure the build run: |