From f9df62c29fc88634f1d4f264f894265096b0985f Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Fri, 18 Nov 2016 17:01:09 +0100
Subject: [PATCH] Export Text.Pandoc.getDefaultExtensions.

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

diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 4731fdb85..d83fa85e7 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -123,6 +123,7 @@ module Text.Pandoc
                -- * Miscellaneous
                , getReader
                , getWriter
+               , getDefaultExtensions
                , ToJsonFilter(..)
                , pandocVersion
              ) where