summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal7
1 files changed, 2 insertions, 5 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 8d8aaf442..e89628e81 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -246,9 +246,9 @@ Library
build-depends:
blaze-html >= 0.4.3.0 && < 0.5
if flag(embed_data_files)
- build-depends: file-embed >= 0.0.4.7 && < 0.1,
- template-haskell >= 2.4 && < 2.9
cpp-options: -DEMBED_DATA_FILES
+ -- build-tools: hsb2hs
+ other-modules: Text.Pandoc.Data
if impl(ghc >= 7.0.1)
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
else
@@ -314,9 +314,6 @@ Library
Text.Pandoc.Slides,
Paths_pandoc
- if flag(embed_data_files)
- Other-Modules: Text.Pandoc.Data
-
Buildable: True
Executable pandoc