diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-29 15:00:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-29 15:00:49 -0700 |
commit | 6a1476e7e26b603bb69112a2666c47ac883ee36f (patch) | |
tree | cf6c21b8a31fb8675cce3c988f89a639b8573835 /src/Text/Pandoc | |
parent | e87085016f9a0c26eb3016d941ecfa7043165a93 (diff) | |
download | pandoc-6a1476e7e26b603bb69112a2666c47ac883ee36f.tar.gz |
Export all of Text.Pandoc.Class from Text.Pandoc.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Class.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Class.hs b/src/Text/Pandoc/Class.hs index 2b8b1c090..19897e53f 100644 --- a/src/Text/Pandoc/Class.hs +++ b/src/Text/Pandoc/Class.hs @@ -93,7 +93,6 @@ module Text.Pandoc.Class ( PandocMonad(..) , setTranslations , translateTerm , Translations - , Term(..) ) where import Prelude hiding (readFile) |