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

6 lines
121 B
Plaintext
Raw Normal View History

2021-09-23 10:53:01 +00:00
module GHCup.Utils.File.Common where
import Text.Regex.Posix
findFiles :: FilePath -> Regex -> IO [FilePath]