aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-05 13:50:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-05 13:50:10 -0700
commitf1103f8f69939fd70e358ac06c022306b6678afd (patch)
tree48043b35e1addec5e2f307bf6e1244f4c59b144f /INSTALL
parent6e121bfafc24c7036b4993b1e514249842a02165 (diff)
downloadpandoc-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--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 9156356ca..4f20c9d67 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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