aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-07-22 23:37:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-07-22 23:37:06 -0700
commit01a191709e33f2a5b10a24cdf537511f83fc0268 (patch)
tree2d8c94307bd2b7fe9740b92770e8d15fceb3b170 /src/pandoc.hs
parent348db7f07722eefe0a9254a44f897fe9f1b037e5 (diff)
downloadpandoc-01a191709e33f2a5b10a24cdf537511f83fc0268.tar.gz
Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.
Now it doesn't export a writer, just some CSS and JS.
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 67e81d6fa..7af43d3a4 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -30,7 +30,7 @@ writers.
-}
module Main where
import Text.Pandoc
-import Text.Pandoc.Writers.S5 (s5HeaderIncludes)
+import Text.Pandoc.S5 (s5HeaderIncludes)
import Text.Pandoc.Shared ( tabFilter, ObfuscationMethod (..), readDataFile,
headerShift )
#ifdef _HIGHLIGHTING