windows installer: use blaze html 0.5.
This commit is contained in:
parent
5f889b9396
commit
6d99fd235b
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
@echo off
|
||||
cd ..
|
||||
cabal update
|
||||
cabal-dev install --disable-library-for-ghci highlighting-kate
|
||||
cabal-dev install --flags="embed_data_files" citeproc-hs
|
||||
cabal-dev install --flags="executable -library" --datasubdir=
|
||||
cabal-dev install --flags="executable -library blaze_html_0_5" --datasubdir=
|
||||
rem note: we use -f-library in building pandoc, because
|
||||
rem if the library is built, the data file paths will not be relocatable!
|
||||
strip cabal-dev\bin\pandoc.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue