refactoring.
This commit is contained in:
parent
06cac206cd
commit
2cced9b4bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user