summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-04 21:06:36 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-04 21:06:36 +0100
commitcb1b0bcba7963a3d5becf57af0dcc72e82c82aed (patch)
tree6537774e3492b48d4168cdf3e470fbfb9d224655
parent7ea4ad11bbece8e4be62da8ee5dcf87f9063ad15 (diff)
Expose setVerbosity in Text.Pandoc
-rw-r--r--src/Text/Pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 3b7c8f94d..920bc9655 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -63,6 +63,7 @@ module Text.Pandoc
, runIO
, runPure
, runIOorExplode
+ , setVerbosity
-- * Error handling
, module Text.Pandoc.Error
-- * Lists of readers and writers