Skip to content

Commit

Permalink
Use cabal upload instead of cabal-upload for release
Browse files Browse the repository at this point in the history
  • Loading branch information
batterseapower committed May 21, 2010
1 parent 9fafb6a commit 1bccac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ if [ "$?" != "0" ]; then
fi

# You need to have stored your Hackage username and password as directed by cabal-upload
# I use -v5 because otherwise the error messages can be cryptic :-)
cabal-upload -v5 $filename
# I use -v3 because otherwise the error messages can be cryptic :-)
cabal upload -v3 $filename

if [ "$?" != "0" ]; then
echo "Hackage upload failed, aborting"
exit 1
fi

# Success!
exit 0
exit 0

0 comments on commit 1bccac5

Please sign in to comment.