From ed37346426f83ea8504f6fd1e02943a9794ed046 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 9 Jul 2010 22:49:31 +0000 Subject: [PATCH] refactor: import fix --- Hledger/Cli/Commands/Convert.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hledger/Cli/Commands/Convert.hs b/Hledger/Cli/Commands/Convert.hs index ab7a6cb28..ba83bfa9b 100644 --- a/Hledger/Cli/Commands/Convert.hs +++ b/Hledger/Cli/Commands/Convert.hs @@ -24,7 +24,7 @@ import Control.Monad (when, guard, liftM) import Safe (readDef, readMay) import System.Directory (doesFileExist) import System.Exit (exitFailure) -import System.FilePath.Posix (takeBaseName, replaceExtension) +import System.FilePath (takeBaseName, replaceExtension) import Text.ParserCombinators.Parsec import Test.HUnit