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.
1 parent 892a113 commit 0d5061bCopy full SHA for 0d5061b
release
@@ -36,6 +36,7 @@ if [ "$?" -eq "0" ]; then
36
curl -X PUT -H 'Content-Type: application/x-tar' -H 'Content-Encoding: gzip' --data-binary "$packagename-$version-docs.tar.gz" "https://$username:$password@hackage.haskell.org/package/$packagename-$version/candidate/docs"
37
open "https://hackage.haskell.org/package/$packagename-$version/candidate/"
38
cd $rootdir
39
+ echo "To publish the candidate, use 'cabal upload --publish'."
40
exit $?
41
else
42
echo -e "\033[1;31mNot in a stack-powered project\033[0m"
0 commit comments