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

6 lines
120 B
Plaintext
Raw Normal View History

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