diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-05 13:50:10 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-05 13:50:10 -0700 |
commit | f1103f8f69939fd70e358ac06c022306b6678afd (patch) | |
tree | 48043b35e1addec5e2f307bf6e1244f4c59b144f /INSTALL | |
parent | 6e121bfafc24c7036b4993b1e514249842a02165 (diff) | |
download | pandoc-f1103f8f69939fd70e358ac06c022306b6678afd.tar.gz |
Make cabal require hsb2hs >= 0.3.1.
This is done by adding `hookedPrograms` in `Setup.hs`,
which allows us to include `hsb2hs` in Build-Tools in cabal.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ 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 or + `hsb2hs` preprocessor: `cabal install hsb2hs` (version 0.3.1 or higher is required). - `https`: enable support for downloading resources over https |