More windows package tweaks.
Make sure subordinate packages are reinstalled.
This commit is contained in:
parent
7803c012df
commit
f49749c46d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ if %errorlevel% neq 0 exit /b %errorlevel%
|
|||
cabal-dev add-source ../pandoc-types
|
||||
cabal-dev add-source ../pandoc-citeproc
|
||||
cabal-dev install hsb2hs
|
||||
cabal-dev install --force --reinstall --flags="embed_data_files" pandoc-types pandoc-citeproc
|
||||
cabal-dev install --reinstall --flags="embed_data_files"
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
strip cabal-dev\bin\pandoc.exe
|
||||
|
|
Loading…
Reference in a new issue