From 294df9deedaa17ba019e1dd57221aa2062cb6805 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 22 Jan 2013 08:32:33 -0800 Subject: Fixed MIN_VERSION - need to sub _ for - in blaze-html. --- src/Text/Pandoc/Writers/EPUB.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Writers/EPUB.hs') diff --git a/src/Text/Pandoc/Writers/EPUB.hs b/src/Text/Pandoc/Writers/EPUB.hs index 802568664..38989807a 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) +#ifdef MIN_VERSION_blaze_html(0,5,0) import Text.Blaze.Html.Renderer.Utf8 (renderHtml) #else import Text.Blaze.Renderer.Utf8 (renderHtml) -- cgit v1.2.3