aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-05-06 07:22:40 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-05-06 07:22:40 -0700
commit0e46173ae40520a135655885dc11525caaecb1e3 (patch)
tree84a9a8976910005d48bca29d752505a5e30b1a11 /windows
parent7524e8e1f010868db7d26703f2443f78d4a4ceff (diff)
downloadpandoc-0e46173ae40520a135655885dc11525caaecb1e3.tar.gz
Windows install script: install alex, happy.
Diffstat (limited to 'windows')
-rw-r--r--windows/make-windows-installer.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat
index 3e16c887f..1734e1a27 100644
--- a/windows/make-windows-installer.bat
+++ b/windows/make-windows-installer.bat
@@ -3,7 +3,7 @@ cd ..
cabal update
cabal sandbox init
cabal clean
-cabal install hsb2hs
+cabal install hsb2hs alex happy
if %errorlevel% neq 0 exit /b %errorlevel%
cabal install -v1 --force --reinstall --flags="embed_data_files"
if %errorlevel% neq 0 exit /b %errorlevel%