Another fix to the CPP macro in EPUB writer.
This commit is contained in:
parent
613a872c01
commit
d52a1ec18f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue