···8585echo "Updating Hackage hashes..."
8686./maintainers/scripts/haskell/update-hackage.sh --do-commit
8787echo "Regenerating Hackage packages..."
8888-./maintainers/scripts/haskell/regenerate-hackage-packages.sh --do-commit
8888+# Using fast here because after the hackage-update eval errors will likely break the transitive dependencies check.
8989+./maintainers/scripts/haskell/regenerate-hackage-packages.sh --fast --do-commit
89909091# Push these new commits to the haskell-updates branch
9192echo "Pushing commits just created to the remote haskell-updates branch..."