From b969863e0787ae560d55ca14238a94ac28d302cf Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Sun, 27 Nov 2016 11:51:40 +0100 Subject: [PATCH] Export Text.Pandoc.Class from Text.Pandoc. --- src/Text/Pandoc.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs index f912bc46d..0a6b67f02 100644 --- a/src/Text/Pandoc.hs +++ b/src/Text/Pandoc.hs @@ -59,6 +59,8 @@ module Text.Pandoc , module Text.Pandoc.Generic -- * Options , module Text.Pandoc.Options + -- * Typeclass + , module Text.Pandoc.Class -- * Error handling , module Text.Pandoc.Error -- * Lists of readers and writers