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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current cabal based builds doesn't seem to pick up on changes to upstream libraries.
cabal
Example: this GitHub Action CI run. cabal was failing locally too, but stack was fine. cabal clean and then another cabal test all fixed it locally.
stack
cabal clean
cabal test all
The text was updated successfully, but these errors were encountered:
Link goes to empty logs :/
Sorry, something went wrong.
Another reason to switch to stack: there's no way to pass a CLI argument to every test suite.
Freckle has a nice cache action for stack
Successfully merging a pull request may close this issue.
Current
cabal
based builds doesn't seem to pick up on changes to upstream libraries.Example: this GitHub Action CI run.
cabal
was failing locally too, butstack
was fine.cabal clean
and then anothercabal test all
fixed it locally.The text was updated successfully, but these errors were encountered: