make_osx_package: don't cabal update at beginning.
This commit is contained in:
parent
ff25cf079c
commit
b2d75c67e4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue