When I run stack upload I get an error:
Environment variable GPG_TTY is not set (see man gpg-agent)
Unable to find gpg2 or gpg executable
The upload appears to succeed, but the error concerns me.
What are the consequences of this error? Is there a way to avoid to suppress it?
As per discussion in the comments the errors are due to
stacktrying to automatically GPG sign packages that are being uploaded as of version 1.1.0.To my understanding this is a stack-specific feature (with no package signing built into
cabalor hackage), and it can be disabled with--no-signaturecommand line option tostack upload.