From 5be880bd4866b10ed832852fd5666420ef3b3765 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 21 Jul 2010 11:24:50 -0700 Subject: 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. --- INSTALL | 1 + 1 file changed, 1 insertion(+) (limited to 'INSTALL') 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) -- cgit v1.2.3