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