aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-04-17 10:51:37 +0200
committerAlbert Krewinkel <albert+github@zeitkraut.de>2017-04-26 23:28:40 +0200
commit0e107a305f048cbe4cc45c6d2d0c8df14f00375a (patch)
tree6c7ce9dc5a4a7ab3f0754a231b77cbdf534c7e1b /pandoc.cabal
parent3ac23ab615e67c5d08941fcebeb1d19d37ff1a46 (diff)
downloadpandoc-0e107a305f048cbe4cc45c6d2d0c8df14f00375a.tar.gz
API change: move reader functions to Text.Pandoc.Readers
Reader helper functions were defined in the top-level Text.Pandoc module. These functions are moved to the Readers submodule as to enable reuse in other submodules.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index f50abdcbb..8bfd5f653 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -364,6 +364,7 @@ Library
Text.Pandoc.Shared,
Text.Pandoc.MediaBag,
Text.Pandoc.Error,
+ Text.Pandoc.Readers,
Text.Pandoc.Readers.HTML,
Text.Pandoc.Readers.LaTeX,
Text.Pandoc.Readers.Markdown,