aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-22 08:48:43 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-22 08:48:43 -0800
commitd52a1ec18f3344db5d2c835c0e2744a47042170e (patch)
tree5940bb8b2c5ca624306897ae49c1cd0151082770 /src
parent613a872c01be8333b04d0d7e2811e6f00e8e2c37 (diff)
downloadpandoc-d52a1ec18f3344db5d2c835c0e2744a47042170e.tar.gz
Another fix to the CPP macro in EPUB writer.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Writers/EPUB.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/EPUB.hs b/src/Text/Pandoc/Writers/EPUB.hs
index 38989807a..ea0e921cb 100644
--- a/src/Text/Pandoc/Writers/EPUB.hs
+++ b/src/Text/Pandoc/Writers/EPUB.hs
@@ -56,7 +56,7 @@ import Network.URI ( unEscapeString )
import Text.Pandoc.MIME (getMimeType)
import Prelude hiding (catch)
import Control.Exception (catch, SomeException)
-#ifdef MIN_VERSION_blaze_html(0,5,0)
+#if MIN_VERSION_blaze_html(0,5,0)
import Text.Blaze.Html.Renderer.Utf8 (renderHtml)
#else
import Text.Blaze.Renderer.Utf8 (renderHtml)