diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-14 00:23:27 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-14 00:23:27 -0700 |
commit | 8c1e0543d7b62d8d7a3322fdc1e283bcfa458552 (patch) | |
tree | 881f091778acc922e729c73635d4a9e864c56079 /windows | |
parent | ea71c9872d6bd81928a766fdb8bd71bd30a5c705 (diff) |
windows, osx package scripts: don't need alex, happy.
Diffstat (limited to 'windows')
-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 0bd05a0e3..d4816fa69 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 alex happy
+cabal install hsb2hs
if %errorlevel% neq 0 exit /b %errorlevel%
cabal install -v1 --force --reinstall --flags="embed_data_files" . pandoc-citeproc
if %errorlevel% neq 0 exit /b %errorlevel%
|