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