diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-31 23:16:12 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-31 23:16:12 +0000 |
commit | 774dc0776d5b99c8c7816f0c26eaa8206936cfba (patch) | |
tree | 7fe8e9366ac5a3d58cebb6e56b35afdb58ab7f4f /INSTALL | |
parent | d072ad4b66b5cdf5a8f811ae1f78460e34270d58 (diff) | |
download | pandoc-774dc0776d5b99c8c7816f0c26eaa8206936cfba.tar.gz |
Added 'library' and 'executable' configuration flags.
Cabal can now be told to build just the library or just the executable.
Updated INSTALL accordingly.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1346 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -118,6 +118,13 @@ Just download the source tarball, unpack, and type: This will install the pandoc executable and the Haskell libraries, but not the shell scripts, man pages, or other documentation. +You may just want the executable, or just the libraries. This +can be controlled with configuration flags (the `-` negates the +flag): + + runhaskell Setup.hs configure -f-library # just the executable + runhaskell Setup.hs configure -f-executable # just the libraries + Note: If you are using GHC 6.6.*, you will need to start by replacing `pandoc.cabal` with a version suitable for GHC 6.6: |