windows, osx package scripts: don't need alex, happy.

This commit is contained in:
John MacFarlane 2014-08-14 00:23:27 -07:00
parent ea71c9872d
commit 8c1e0543d7
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ cabal sandbox init
echo Building pandoc... echo Building pandoc...
cabal clean cabal clean
# Use cpphs to avoid problems with clang cpp on ghc 7.8 osx: # 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" --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' cabal install --ghc-options="-optl-mmacosx-version-min=10.6" --reinstall --flags="embed_data_files" pandoc-citeproc --ghc-options '-pgmPcpphs -optP--cpp'

View file

@ -3,7 +3,7 @@ cd ..
cabal update cabal update
cabal sandbox init cabal sandbox init
cabal clean cabal clean
cabal install hsb2hs alex happy cabal install hsb2hs
if %errorlevel% neq 0 exit /b %errorlevel% if %errorlevel% neq 0 exit /b %errorlevel%
cabal install -v1 --force --reinstall --flags="embed_data_files" . pandoc-citeproc cabal install -v1 --force --reinstall --flags="embed_data_files" . pandoc-citeproc
if %errorlevel% neq 0 exit /b %errorlevel% if %errorlevel% neq 0 exit /b %errorlevel%