diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc.hs | 8 | 
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 | 
