diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-11-27 11:51:40 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:39 +0100 |
commit | b969863e0787ae560d55ca14238a94ac28d302cf (patch) | |
tree | beefb2e3aecdd282a383b60e32e6ad297ecbe0af /src/Text | |
parent | 33af62acc5f2219cb093b83694cd73dec33f210b (diff) | |
download | pandoc-b969863e0787ae560d55ca14238a94ac28d302cf.tar.gz |
Export Text.Pandoc.Class from Text.Pandoc.
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Pandoc.hs | 2 |
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 |