summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-04 21:01:34 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-04 21:01:34 +0200
commit610f1706b649d5718244033f2b82f094c0dbf62d (patch)
treef2caae75df3908b285ac00426a8f3ee7d0c18e89 /pandoc.cabal
parenta2afd8f2bae58cef50c41852df41b7ecefa57a62 (diff)
Remove cpphs build requirement -- it is no longer needed.
It was required when we used hsb2hs but no longer seemes needed with file-embed.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 0 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 8ed4ba23f..64c7b88c9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -340,9 +340,6 @@ Library
cpp-options: -DEMBED_DATA_FILES
build-depends: file-embed >= 0.0 && < 0.1
other-modules: Text.Pandoc.Data
- if os(darwin)
- Build-Tools: cpphs >= 1.19
- ghc-options: -pgmP cpphs -optP --cpp
if os(windows)
Cpp-options: -D_WINDOWS
Ghc-Options: -Wall -fno-warn-unused-do-bind