refactoring.

This commit is contained in:
Kazu Yamamoto 2013-02-18 13:49:12 +09:00
parent 06cac206cd
commit 2cced9b4bf
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ searchIt path = do
else
searchIt $ init path
where
cabalDir = mpath path
mpath a = joinPath a </> "cabal-dev/"
cabalDir = joinPath path </> "cabal-dev/"
findConf :: FilePath -> IO FilePath
findConf path = do