summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_osx_package.sh')
-rwxr-xr-xmake_osx_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index 1a12601dc..3119f140e 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -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