Fixed MIN_VERSION - need to sub _ for - in blaze-html.
This commit is contained in:
parent
d1e3bc7df4
commit
294df9deed
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)
|
||||
#ifdef MIN_VERSION_blaze_html(0,5,0)
|
||||
import Text.Blaze.Html.Renderer.Utf8 (renderHtml)
|
||||
#else
|
||||
import Text.Blaze.Renderer.Utf8 (renderHtml)
|
||||
|
|
Loading…
Add table
Reference in a new issue