aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-26 20:48:17 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-26 20:48:17 +0200
commit1fa15c225b515e1fa1c6566f90f1be363a4d770f (patch)
tree9d0037db4ed5b68e65ba5e55f85e1533e2287d55 /INSTALL.md
parentd0447151cf48d8da5fe251e4d3eb6a4fd0f05490 (diff)
downloadpandoc-1fa15c225b515e1fa1c6566f90f1be363a4d770f.tar.gz
Revert "Use file-embed instead of hsb2hs to embed data files."
This reverts commit 10d91c147968d2e4d63b99b5b0342624827f416f.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 902e98a9f..ed34a95c9 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -226,6 +226,9 @@ assume that the pandoc source directory is your working directory.
- `embed_data_files`: embed all data files into the binary (default no).
This is helpful if you want to create a relocatable binary.
+ Note: if this option is selected, you need to install the
+ `hsb2hs` preprocessor: `cabal install hsb2hs` (version 0.3.1 or
+ higher is required).
- `https`: enable support for downloading resources over https
(using the `http-client` and `http-client-tls` libraries).