aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-02-23 20:35:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-02-23 20:36:21 -0800
commit19b127b8986fb1a35e14c26808cf8247d6d6f3c4 (patch)
tree0611f4a446c518fdad22a5725c059ff5bf0a9817 /pandoc.cabal
parenta826d3936dcdefe630715007917dc676eb60861d (diff)
downloadpandoc-19b127b8986fb1a35e14c26808cf8247d6d6f3c4.tar.gz
PDF: Use ; for TEXINPUTS separator on Windows.
Closes #1151, I hope. Testing needed.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b99eb5420..bbf963672 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -243,6 +243,8 @@ Library
cpp-options: -DEMBED_DATA_FILES
-- Build-Tools: hsb2hs -- not yet recognized by cabal
other-modules: Text.Pandoc.Data
+ if os(windows)
+ Cpp-options: -D_WINDOWS
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
Ghc-Prof-Options: -auto-all -caf-all -rtsopts
Default-Language: Haskell98