Fixed MIN_VERSION - need to sub _ for - in blaze-html.

This commit is contained in:
John MacFarlane 2013-01-22 08:32:33 -08:00
parent d1e3bc7df4
commit 294df9deed

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)
#ifdef MIN_VERSION_blaze_html(0,5,0)
import Text.Blaze.Html.Renderer.Utf8 (renderHtml)
#else
import Text.Blaze.Renderer.Utf8 (renderHtml)