diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-04-10 11:16:48 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-04-10 11:16:48 -0700 |
commit | 7d8c8c78802143242a46f7ef107be9545561a362 (patch) | |
tree | 73fcb1512b93b07fb3c3f3ff77a4ab0dd9bfca02 /windows | |
parent | e365c5950b1b6ee85123d4b376025a6bb0697f7d (diff) | |
download | pandoc-7d8c8c78802143242a46f7ef107be9545561a362.tar.gz |
Removed 'library' Cabal flag.
Reason: starting with Cabal 1.8, installing pandoc with '-library
+executable' did not work, since the build-depends in the Library
stanza were ignored. The problem could be solved by repeating the
build-depends in the Executable stanza, but this seems non-ideal
(and might lead to errors later on). The '-library' option isn't
so useful anyway, since to compile pandoc in the first place, you
need a large number of Haskell libraries installed, and in this
case, why balk at another? It was chiefly intended for packagers,
but packagers will need to use a chroot environment anyway, and
they can then simply copy the executable and not the library.
Thanks to Jim Pryor for calling the problem to my attention
in connection with an arch linux package.
Diffstat (limited to 'windows')
0 files changed, 0 insertions, 0 deletions