Skip to content

Commit

Permalink
OSX package script: cabal init before update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed May 8, 2014
1 parent 249c3e8 commit 8afbd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_osx_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ echo Removing old files...
rm -rf $DIST
mkdir -p $RESOURCES

cabal sandbox init
echo Updating database
cabal update

echo Building pandoc...
cabal sandbox init
cabal clean
# Use cpphs to avoid problems with clang cpp on ghc 7.8 osx:
cabal install cpphs alex happy hsb2hs
Expand Down

0 comments on commit 8afbd7e

Please sign in to comment.