summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Pandoc.hs')
-rw-r--r--src/Text/Pandoc.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 826862dee..4731fdb85 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -37,7 +37,6 @@ inline links:
> module Main where
> import Text.Pandoc
-> import Text.Pandoc.Error (handleError)
>
> markdownToRST :: String -> String
> markdownToRST =
@@ -60,6 +59,8 @@ module Text.Pandoc
, module Text.Pandoc.Generic
-- * Options
, module Text.Pandoc.Options
+ -- * Error handling
+ , module Text.Pandoc.Error
-- * Lists of readers and writers
, readers
, writers