aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-23 08:14:23 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-23 19:26:39 -0800
commit9c299d282f943fd4db076b09b1901309e19308bd (patch)
treedb5e529ca76072bccb6404e8c2918c9dc3e350b9 /pandoc.cabal
parent7a0062a8d5d6f3ea8b754b23eb6af6f8e07a8102 (diff)
downloadpandoc-9c299d282f943fd4db076b09b1901309e19308bd.tar.gz
Added Text.Pandoc.Data (non-exported) if embed_data_files selected.
This module just exports the association list of embedded data files, which is used by Shared.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 62d2521b3..534dfafe7 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -314,6 +314,9 @@ Library
Text.Pandoc.Slides,
Paths_pandoc
+ if flag(embed_data_files)
+ Other-Modules: Text.Pandoc.Data
+
Buildable: True
Executable pandoc