Skip to content

Commit

Permalink
CI: switch of test with Hackage dep for v1-cabal
Browse files Browse the repository at this point in the history
It is not clear to me why it does not work, but it is legacy stuff anyway.
  • Loading branch information
andreasabel committed Jul 1, 2024
1 parent 9fc7880 commit c9f45a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9f45a3

Please sign in to comment.