summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-04-10 11:16:48 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-04-10 11:16:48 -0700
commit7d8c8c78802143242a46f7ef107be9545561a362 (patch)
tree73fcb1512b93b07fb3c3f3ff77a4ab0dd9bfca02 /Setup.hs
parente365c5950b1b6ee85123d4b376025a6bb0697f7d (diff)
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 'Setup.hs')
0 files changed, 0 insertions, 0 deletions