5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
|
module GHCup.Utils where
|
||
|
|
||
|
getLinkTarget :: FilePath -> IO FilePath
|
||
|
pathIsLink :: FilePath -> IO Bool
|