fix merge typo
This commit is contained in:
parent
1f8d753300
commit
bbf9f9092b
@ -88,9 +88,9 @@ findHaskellFiles path = do
|
|||||||
contents <- getDirectoryContents path
|
contents <- getDirectoryContents path
|
||||||
fmap concat $ mapM go contents
|
fmap concat $ mapM go contents
|
||||||
where
|
where
|
||||||
go ('.':_) = return []
|
go ('.':_) = return []
|
||||||
go ('c':"abal-dev" = return []
|
go ('c':"abal-dev") = return []
|
||||||
go ('d':"ist") = return []
|
go ('d':"ist") = return []
|
||||||
go x = do
|
go x = do
|
||||||
let y = path </> x
|
let y = path </> x
|
||||||
d <- doesDirectoryExist y
|
d <- doesDirectoryExist y
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user