6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
|
module GHCup.Utils.File.Common where
|
||
|
|
||
|
import Text.Regex.Posix
|
||
|
|
||
|
findFiles :: FilePath -> Regex -> IO [FilePath]
|