From cf0a84323921c6579d1537018cce68e35bf52852 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 30 Jan 2011 17:01:50 -0800 Subject: UTF8: Use #if instead of #ifdef. --- src/Text/Pandoc/UTF8.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/UTF8.hs b/src/Text/Pandoc/UTF8.hs index 6d9ac1d1a..a77f92cdc 100644 --- a/src/Text/Pandoc/UTF8.hs +++ b/src/Text/Pandoc/UTF8.hs @@ -39,7 +39,7 @@ module Text.Pandoc.UTF8 ( readFile where -#ifdef MIN_VERSION_base(4,2,0) +#if MIN_VERSION_base(4,2,0) import System.IO hiding (readFile, writeFile, getContents, putStr, putStrLn, hPutStr, hPutStrLn, hGetContents) -- cgit v1.2.3