Proposal: removeDirectoryRecursive should not follow symlinks
Edward Z. Yang
ezyang at mit.edu
Mon Jan 5 22:25:35 UTC 2015
Discussion period: one month
I propose to backwards incompatibly change the behavior of
removeDirectoryRecursive to not follow symlinks. We could optionally
add a replacement function under a new name which does follow symlinks.
This would bring its behavior inline with rm -rf.
I also opened a ticket here: https://ghc.haskell.org/trac/ghc/ticket/9266
Thanks,
Edward
More information about the Libraries
mailing list