Searched defs:matchDirs (Results 1 – 1 of 1) sorted by relevance
61 matchDirs "." = "./*.cabal" function62 matchDirs p | "/" `isSuffixOf` p || p == "." = p <> "*.cabal" function63 matchDirs p | "*" `isSuffixOf` p || takeExtension p == "" = p <> "/*.cabal" function64 matchDirs p = p function