export copyPermissions from System.Directory
copyPermissions :: FilePath -> FilePath -> IO ()
(currently an internal function) should be exported from System.Directory.
It is not the same as
getPermissions s >>= setPermissions d
as the Permissions type this uses is lossy.
Deadline: 8th August (2 weeks).
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.10.4 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | libraries/directory |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |