From cb1b0bcba7963a3d5becf57af0dcc72e82c82aed Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 4 Feb 2017 21:06:36 +0100
Subject: [PATCH] Expose setVerbosity in Text.Pandoc

---
 src/Text/Pandoc.hs | 1 +
 1 file changed, 1 insertion(+)

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