aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-06 16:37:46 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-06 16:37:46 +0000
commitad2c6427139e1364ff30d2a8358fb1b6b2a5ee65 (patch)
tree119dd971ff7c8f3363307ddc325ba2bed9f8bea0 /src/Text
parentf8ce411ea10af91ee1e4e99fd4bd13ebdeeb49c6 (diff)
downloadpandoc-ad2c6427139e1364ff30d2a8358fb1b6b2a5ee65.tar.gz
Pandoc.hs: Export all definitions in Text.Pandoc.Definition,
rather than exporting the module. git-svn-id: https://pandoc.googlecode.com/svn/trunk@628 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc.hs8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 80293b8c8..96b4caa94 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -31,7 +31,13 @@ from the Pandoc libraries.
module Text.Pandoc
(
- module Text.Pandoc.Definition
+ Pandoc (..)
+ , Meta (..)
+ , Alignment (..)
+ , Block (..)
+ , QuoteType (..)
+ , Target
+ , Inline (..)
-- Text.Pandoc.UTF8
, encodeUTF8