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
This commit is contained in:
parent
f8ce411ea1
commit
ad2c642713
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue