Another fix to the CPP macro in EPUB writer.

This commit is contained in:
John MacFarlane 2013-01-22 08:48:43 -08:00
parent 613a872c01
commit d52a1ec18f

View file

@ -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)