-
Notifications
You must be signed in to change notification settings - Fork 199
Upload page improvements #553
New issue
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
Conversation
Some cleanup and modernization of the upload page.
@sclv is this PR still ready to go? if so I'd like to pick it up for next weekend's small-change deployment |
the old version. | ||
</li> | ||
cabal haddock --builddir="$dir" --for-hackage --haddock-option=--hyperlinked-source | ||
cabal upload -d $dir/*-docs.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that starting with cabal 2.0 one also needs to use the --publish
flag to cabal upload
(as it defaults to candidates)
accepts GHC features, it is also more picky about comment syntax than | ||
the old version. | ||
</li> | ||
cabal haddock --builddir="$dir" --for-hackage --haddock-option=--hyperlinked-source |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why the builddir
argument?
@hvr I picked up the script from one you proposed. If you'd like to make any changes to it, go for it! |
Other than the changes you'd like to make there, I'd be happy to see this deployed. |
@gbaz Unfortunately I just realised that this is one of the templates that diverge between the master and central-server branch... which makes this somewhat awkward to merge... :-/ |
Some cleanup and modernization of the upload page.