ghcup-hs/lib/GHCup/System/Directory.hs-boot

6 lines
120 B
Plaintext
Raw Normal View History

2021-11-05 21:30:47 +00:00
module GHCup.System.Directory where
2021-09-23 10:53:01 +00:00
import Text.Regex.Posix
findFiles :: FilePath -> Regex -> IO [FilePath]