Skip to content

ghc-boot: Fix metadata handling of writeFileAtomic

Ben Gamari requested to merge wip/T14017 into master

Previously the implementation of writeFileAtomic (which was stolen from Cabal) failed to preserve file mode, user and group, resulting in #14017 (closed).

Fixes #14017 (closed).

Merge request reports