summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-14 00:23:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-14 00:23:27 -0700
commit8c1e0543d7b62d8d7a3322fdc1e283bcfa458552 (patch)
tree881f091778acc922e729c73635d4a9e864c56079 /make_osx_package.sh
parentea71c9872d6bd81928a766fdb8bd71bd30a5c705 (diff)
windows, osx package scripts: don't need alex, happy.
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 3e4317140..a3fb34f5d 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -28,7 +28,7 @@ cabal sandbox init
echo Building pandoc...
cabal clean
# Use cpphs to avoid problems with clang cpp on ghc 7.8 osx:
-cabal install cpphs alex happy hsb2hs
+cabal install cpphs hsb2hs
cabal install --ghc-options="-optl-mmacosx-version-min=10.6" --reinstall --flags="embed_data_files" --ghc-options '-pgmPcpphs -optP--cpp'
cabal install --ghc-options="-optl-mmacosx-version-min=10.6" --reinstall --flags="embed_data_files" pandoc-citeproc --ghc-options '-pgmPcpphs -optP--cpp'