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 #-}
|
{-# LANGUAGE CPP #-}
|
||||||
|
|
||||||
module Utility.FileMode (
|
module Utility.FileMode (
|
||||||
|
module Utility.FileMode,
|
||||||
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
|
) where
|
||||||
|
|
||||||
import System.IO
|
import System.IO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue