summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-11-27 11:51:40 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:39 +0100
commitb969863e0787ae560d55ca14238a94ac28d302cf (patch)
treebeefb2e3aecdd282a383b60e32e6ad297ecbe0af /src/Text/Pandoc.hs
parent33af62acc5f2219cb093b83694cd73dec33f210b (diff)
Export Text.Pandoc.Class from Text.Pandoc.
Diffstat (limited to 'src/Text/Pandoc.hs')
-rw-r--r--src/Text/Pandoc.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index f912bc46d..0a6b67f02 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -59,6 +59,8 @@ module Text.Pandoc
, module Text.Pandoc.Generic
-- * Options
, module Text.Pandoc.Options
+ -- * Typeclass
+ , module Text.Pandoc.Class
-- * Error handling
, module Text.Pandoc.Error
-- * Lists of readers and writers