summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-10-24 22:31:36 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-24 22:31:36 +0200
commitd51e475badfcfb6e913ae4959cb1b400b4075446 (patch)
tree4941b2e6bbb9a898d429e634b1830e08c508fce5 /src/Text/Pandoc.hs
parent7b1a9d7aca1737e197609bd17dcbdc1e8c9d9bf6 (diff)
Export Text.Pandoc.Error in Text.Pandoc.
[API change]
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