From 404f96a09ee29d7840ca747bd23b31b58662d09b Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Sun, 15 Oct 2023 20:35:34 -0500 Subject: [PATCH] attempt: Run benchmark with higher version of cabal --- .github/workflows/draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 4dece8a..0c07b48 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -18,7 +18,7 @@ jobs: uses: haskell/actions/setup@v2 with: ghc-version: "9.6.1" - cabal-version: "3.6" + cabal-version: "3.10" - name: Build including benchmarks run: cabal build --enable-benchmarks