summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-05 19:06:33 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-05 19:06:33 -0800
commit18a5c9a8bf071398f3976a7c2c255638e135de7c (patch)
treee9646d09ee9b905d8dc7fc9f248c05e262024d77 /pandoc.cabal
parent111ce7ec8738c5e66fec561299c1b704560b7b5a (diff)
Hide module Text.Pandoc.Parsing.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 52f8fcdb2..3253644c4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -272,7 +272,6 @@ Library
Text.Pandoc.Options,
Text.Pandoc.Pretty,
Text.Pandoc.Shared,
- Text.Pandoc.Parsing,
Text.Pandoc.Highlighting,
Text.Pandoc.Readers.HTML,
Text.Pandoc.Readers.LaTeX,
@@ -312,6 +311,7 @@ Library
Text.Pandoc.UUID,
Text.Pandoc.ImageSize,
Text.Pandoc.Slides,
+ Text.Pandoc.Parsing,
Paths_pandoc
Buildable: True