We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc7880 commit c9f45a3Copy full SHA for c9f45a3
.github/workflows/workflow.yml
@@ -104,7 +104,10 @@ jobs:
104
plan:
105
ghc: "8.6"
106
cabal: "2.4"
107
- cabal_update: "true"
+ 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.
111
# cabal update needed here since cabal-2.4 is still v1
112
113
# Test some old versions
0 commit comments