summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-05-06 07:25:05 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-05-06 07:25:05 -0700
commit5ff2adc08f5b00dcca2c1f6ecd03958e94bc198c (patch)
treef01e6a01e30b6605c5c29724f193a7411efcc0c9 /make_osx_package.sh
parent0e46173ae40520a135655885dc11525caaecb1e3 (diff)
make_osx_package: install alex, happy, hsb2hs.
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 fc3691218..1a12601dc 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -27,7 +27,7 @@ echo Building pandoc...
cabal sandbox init
cabal clean
# Use cpphs to avoid problems with clang cpp on ghc 7.8 osx:
-which cpphs || cabal install cpphs
+cabal install cpphs alex happy hsb2hs
cabal install --reinstall --flags="embed_data_files" --ghc-options '-pgmPcpphs -optP--cpp'
cabal install --reinstall --flags="embed_data_files" pandoc-citeproc --ghc-options '-pgmPcpphs -optP--cpp'