Skip to content

Commit c9f45a3

Browse files
committed
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.
1 parent 9fc7880 commit c9f45a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@ jobs:
104104
plan:
105105
ghc: "8.6"
106106
cabal: "2.4"
107-
cabal_update: "true"
107+
cabal_update: "false"
108+
# Setting cabal_update to "true" will try to build the test project
109+
# with hackage dependencies, but something goes wrong.
110+
# TODO: figure out what.
108111
# cabal update needed here since cabal-2.4 is still v1
109112

110113
# Test some old versions

0 commit comments

Comments
 (0)