make_osx_package: don't cabal update at beginning.

This commit is contained in:
John MacFarlane 2014-06-06 22:19:59 -07:00
parent ff25cf079c
commit b2d75c67e4

View file

@ -22,8 +22,8 @@ rm -rf $DIST
mkdir -p $RESOURCES
cabal sandbox init
echo Updating database
cabal update
# echo Updating database
# cabal update
echo Building pandoc...
cabal clean