Home
last modified time | relevance | path

Searched defs:matchDirs (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/implicit-hie-0.1.2.6/src/Hie/
H A DLocate.hs61 matchDirs "." = "./*.cabal" function
62 matchDirs p | "/" `isSuffixOf` p || p == "." = p <> "*.cabal" function
63 matchDirs p | "*" `isSuffixOf` p || takeExtension p == "" = p <> "/*.cabal" function
64 matchDirs p = p function