From 4cdb4c0b365a16efe2a6b7111a82cc1a723c0750 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 18 Jan 2010 07:09:03 +0000 Subject: Removed unneeded import. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1822 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Text/Pandoc/Templates.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/Text/Pandoc/Templates.hs b/src/Text/Pandoc/Templates.hs index 8fb155c25..3771e1fd2 100644 --- a/src/Text/Pandoc/Templates.hs +++ b/src/Text/Pandoc/Templates.hs @@ -79,11 +79,6 @@ import Data.ByteString.Lazy.UTF8 (ByteString, fromString) import Text.Pandoc.Shared (readDataFile) -- Note: ghc >= 6.12 (base >=4.2) supports unicode through iconv -- So we use System.IO.UTF8 only if we have an earlier version -#if MIN_VERSION_base(4,2,0) -#else -import Prelude hiding ( readFile ) -import System.IO.UTF8 ( readFile ) -#endif -- | Get default template for the specified writer. getDefaultTemplate :: (Maybe FilePath) -- ^ User data directory to search first -- cgit v1.2.3