aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Pandoc.hs')
-rw-r--r--src/Text/Pandoc.hs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 9fa5f098d..0da2a925c 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -65,11 +65,7 @@ module Text.Pandoc
-- * Logging
, module Text.Pandoc.Logging
-- * Typeclass
- , PandocMonad
- , runIO
- , runPure
- , runIOorExplode
- , setVerbosity
+ , module Text.Pandoc.Class
-- * Error handling
, module Text.Pandoc.Error
-- * Readers: converting /to/ Pandoc format