From 22ab3367c6ce7a87a479a4630a6ba4305ad5d333 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 Aug 2014 22:50:51 -0700 Subject: Removed unneeded CPP. --- src/Text/Pandoc/UTF8.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/UTF8.hs b/src/Text/Pandoc/UTF8.hs index cf25de85b..543f39ab0 100644 --- a/src/Text/Pandoc/UTF8.hs +++ b/src/Text/Pandoc/UTF8.hs @@ -48,11 +48,7 @@ where import System.IO hiding (readFile, writeFile, getContents, putStr, putStrLn, hPutStr, hPutStrLn, hGetContents) -#if MIN_VERSION_base(4,6,0) import Prelude hiding (readFile, writeFile, getContents, putStr, putStrLn) -#else -import Prelude hiding (readFile, writeFile, getContents, putStr, putStrLn) -#endif import qualified System.IO as IO import qualified Data.ByteString.Char8 as B import qualified Data.ByteString.Lazy as BL -- cgit v1.2.3