From c9f45a3b95314ad5e889bd19d5c5a3fa8c6e24d4 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Mon, 1 Jul 2024 08:47:28 +0200 Subject: [PATCH] CI: switch of test with Hackage dep for v1-cabal It is not clear to me why it does not work, but it is legacy stuff anyway. --- .github/workflows/workflow.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 481934a..7dd4817 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -104,7 +104,10 @@ jobs: plan: ghc: "8.6" cabal: "2.4" - cabal_update: "true" + cabal_update: "false" + # Setting cabal_update to "true" will try to build the test project + # with hackage dependencies, but something goes wrong. + # TODO: figure out what. # cabal update needed here since cabal-2.4 is still v1 # Test some old versions