From 1e2f2bc4f63a0cacfc7eda26a6cc0887eb1c8de2 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 2 Aug 2008 17:22:55 +0000 Subject: Improved template handling: + Split template haskell functions into new module, Text.Pandoc.TH + Distinguish contentsOf and binaryContentsOf; the former uses text mode in Windows, while the latter uses binary mode git-svn-id: https://pandoc.googlecode.com/svn/trunk@1368 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc/ASCIIMathML.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Text/Pandoc/ASCIIMathML.hs') diff --git a/Text/Pandoc/ASCIIMathML.hs b/Text/Pandoc/ASCIIMathML.hs index 829779e41..233040dcc 100644 --- a/Text/Pandoc/ASCIIMathML.hs +++ b/Text/Pandoc/ASCIIMathML.hs @@ -2,7 +2,7 @@ -- | Definitions for use of ASCIIMathML in HTML. -- (See .) module Text.Pandoc.ASCIIMathML ( asciiMathMLScript ) where -import Text.Pandoc.Shared ( contentsOf ) +import Text.Pandoc.TH ( contentsOf ) import System.FilePath ( () ) -- | String containing ASCIIMathML javascript. -- cgit v1.2.3