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