diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-05-06 07:22:40 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-05-06 07:22:40 -0700 |
commit | 0e46173ae40520a135655885dc11525caaecb1e3 (patch) | |
tree | 84a9a8976910005d48bca29d752505a5e30b1a11 | |
parent | 7524e8e1f010868db7d26703f2443f78d4a4ceff (diff) | |
download | pandoc-0e46173ae40520a135655885dc11525caaecb1e3.tar.gz |
Windows install script: install alex, happy.
-rw-r--r-- | windows/make-windows-installer.bat | 2 |
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%
|