From dea38326ab6dcce3b1bbd97ffc27fe274256d996 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 26 Oct 2011 17:36:21 -0700 Subject: Removed redundant import. --- src/pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pandoc.hs b/src/pandoc.hs index 9298b3207..1fe923976 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -41,7 +41,7 @@ import System.Exit ( exitWith, ExitCode (..) ) import System.FilePath import System.Console.GetOpt import Data.Char ( toLower ) -import Data.List ( intercalate, isSuffixOf, isPrefixOf ) +import Data.List ( intercalate, isSuffixOf ) import System.Directory ( getAppUserDataDirectory, doesFileExist ) import System.IO ( stdout, stderr ) import System.IO.Error ( isDoesNotExistError ) -- cgit v1.2.3