#3392: export copyPermissions from System.Directory
----------------------------------+-----------------------------------------
  Reporter:  igloo                |          Owner:                  
      Type:  proposal             |         Status:  new             
  Priority:  normal               |      Milestone:                  
 Component:  libraries/directory  |        Version:  6.10.4          
  Severity:  normal               |       Keywords:                  
Difficulty:  Unknown              |       Testcase:                  
        Os:  Unknown/Multiple     |   Architecture:  Unknown/Multiple
----------------------------------+-----------------------------------------
 {{{
 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).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3392>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to