Fix permissions of package.cache when installing; fixes trac #5311
When we install the packages, ghc-pkg obeys umask when creating package.cache, but for everything else we specify the permissions. We therefore fix the permissions of package.cache afterwards.
Please register or sign in to comment