summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-07-21 11:24:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-07-21 11:26:13 -0700
commit5be880bd4866b10ed832852fd5666420ef3b3765 (patch)
tree5e4382af73dae111d40e1b04ef18d32161b35656 /INSTALL
parent87cd12a573f9cd96e9c6cec25c3d84cafed0cb6f (diff)
Reintroduced 'library' cabal flag.
It is needed for the Windows installer, since if a library is produced, the binary can't be made relocatable. See http://www.haskell.org/ghc/docs/6.12.2/html/Cabal/builders.html section 4.1.2.3.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 653192dcd..f405e2c4a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -69,6 +69,7 @@ you will need [zip-archive] and (if you want syntax highlighting)
by spaces. Pandoc's flags include:
- `executable`: build the pandoc executable (default yes)
+ - `library`: build the pandoc library (default yes)
- `wrappers`: build the wrapper `markdown2pdf` (default yes)
- `highlighting`: compile with syntax highlighting support (increases
the size of the executable) (default no)