diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-05-06 07:25:05 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-05-06 07:25:05 -0700 |
commit | 5ff2adc08f5b00dcca2c1f6ecd03958e94bc198c (patch) | |
tree | f01e6a01e30b6605c5c29724f193a7411efcc0c9 | |
parent | 0e46173ae40520a135655885dc11525caaecb1e3 (diff) | |
download | pandoc-5ff2adc08f5b00dcca2c1f6ecd03958e94bc198c.tar.gz |
make_osx_package: install alex, happy, hsb2hs.
-rwxr-xr-x | make_osx_package.sh | 2 |
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' |