fix export list to work on windows
This commit is contained in:
parent
724c004b22
commit
fb4a745c9b
1 changed files with 1 additions and 23 deletions
|
@ -8,30 +8,8 @@
|
|||
{-# LANGUAGE CPP #-}
|
||||
|
||||
module Utility.FileMode (
|
||||
module Utility.FileMode,
|
||||
FileMode,
|
||||
modifyFileMode,
|
||||
addModes,
|
||||
removeModes,
|
||||
writeModes,
|
||||
readModes,
|
||||
executeModes,
|
||||
otherGroupModes,
|
||||
preventWrite,
|
||||
allowWrite,
|
||||
allowRead,
|
||||
groupSharedModes,
|
||||
groupWriteRead,
|
||||
checkMode,
|
||||
isSymLink,
|
||||
isExecutable,
|
||||
noUmask,
|
||||
withUmask,
|
||||
combineModes,
|
||||
isSticky,
|
||||
stickyMode,
|
||||
setSticky,
|
||||
writeFileProtected,
|
||||
writeFileProtected'
|
||||
) where
|
||||
|
||||
import System.IO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue