ghcup-hs/lib/GHCup/Utils/File/Common.hs-boot

6 lines
121 B
Haskell

module GHCup.Utils.File.Common where
import Text.Regex.Posix
findFiles :: FilePath -> Regex -> IO [FilePath]