aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-07-22 17:12:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-07-22 17:12:57 -0700
commita3051b8acbb524b453726b80e6900704311d189d (patch)
treef9fdb19b0e6cf97216af3329351d7ba04c5d31aa /src/pandoc.hs
parent2253c8ef65548afceb668075c92f4b289d1e86b0 (diff)
downloadpandoc-a3051b8acbb524b453726b80e6900704311d189d.tar.gz
Export HTMLSlideVariant in Text.Pandoc.
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 9947c13f0..31c43d907 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -32,7 +32,7 @@ module Main where
import Text.Pandoc
import Text.Pandoc.Writers.S5 (s5HeaderIncludes)
import Text.Pandoc.Shared ( tabFilter, ObfuscationMethod (..), readDataFile,
- headerShift, HTMLSlideVariant(..) )
+ headerShift )
#ifdef _HIGHLIGHTING
import Text.Pandoc.Highlighting ( languages )
#endif