You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edward Z. Yang edited this page May 1, 2017
·
1 revision
cabal upload is a command for uploading Cabal packages to Hackage.
Before uploading, it first runs QA checks (cf. cabal check) to find
problems that might cause Hackage to reject the upload.
Usage: cabal upload [FLAGS] [TARFILES]
Flags for upload:
-h --help Show this help text
-v --verbose[=n] Control verbosity (n is 0--3, default verbosity level
is 1)
-c --check Do not upload, just do QA checks.
-u --username=USERNAME Hackage username.
-p --password=PASSWORD Hackage password.