fix merge typo
This commit is contained in:
parent
1f8d753300
commit
bbf9f9092b
@ -89,7 +89,7 @@ findHaskellFiles path = do
|
|||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user