aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-09 19:04:55 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-09 19:04:55 -0800
commit78759cfd42a47979c0a96028a3d7564525ea93ab (patch)
tree1befcdfa9d6f1de53eae828618c3fc61dfc3450f /pandoc.cabal
parent8cbaa0b6f765ec4ca9dfcbac361ce4bce146afc9 (diff)
downloadpandoc-78759cfd42a47979c0a96028a3d7564525ea93ab.tar.gz
Revert "Hide module Text.Pandoc.Parsing."
This reverts commit 18a5c9a8bf071398f3976a7c2c255638e135de7c. We want to do this eventually, but as it requires a major version bump, let's wait til later.
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 accae11d5..6bea6cb47 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -272,6 +272,7 @@ Library
Text.Pandoc.Options,
Text.Pandoc.Pretty,
Text.Pandoc.Shared,
+ Text.Pandoc.Parsing,
Text.Pandoc.Highlighting,
Text.Pandoc.Readers.HTML,
Text.Pandoc.Readers.LaTeX,
@@ -311,7 +312,6 @@ Library
Text.Pandoc.UUID,
Text.Pandoc.ImageSize,
Text.Pandoc.Slides,
- Text.Pandoc.Parsing,
Paths_pandoc
Buildable: True