more RawFilePath conversion
At 318/645 after 4k lines of changes This commit was sponsored by Jake Vosloo on Patreon.
This commit is contained in:
parent
b05015f772
commit
f45ad178cb
31 changed files with 175 additions and 158 deletions
|
@ -13,7 +13,7 @@ module Utility.DottedVersion (
|
|||
normalize,
|
||||
) where
|
||||
|
||||
import Common
|
||||
import Utility.Split
|
||||
|
||||
data DottedVersion = DottedVersion String Integer
|
||||
deriving (Eq)
|
||||
|
|
|
@ -32,7 +32,7 @@ import Utility.FileSystemEncoding (RawFilePath)
|
|||
import System.Posix.Files.ByteString
|
||||
import qualified System.Posix.Directory.ByteString as D
|
||||
|
||||
-- | Checks if a file or directoy exists. Note that a dangling symlink
|
||||
-- | Checks if a file or directory exists. Note that a dangling symlink
|
||||
-- will be false.
|
||||
doesPathExist :: RawFilePath -> IO Bool
|
||||
doesPathExist = fileExist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue