diff options
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 7c74a26f0..dc83f856e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -452,7 +452,6 @@ library if flag(embed_data_files) cpp-options: -DEMBED_DATA_FILES build-depends: file-embed >= 0.0 && < 0.1 - other-modules: Text.Pandoc.Data if os(windows) cpp-options: -D_WINDOWS ghc-options: -Wall -fno-warn-unused-do-bind @@ -476,6 +475,7 @@ library exposed-modules: Text.Pandoc, Text.Pandoc.App, + Text.Pandoc.Data, Text.Pandoc.Options, Text.Pandoc.Extensions, Text.Pandoc.Shared, |
