ghc-pkg needs to make package.conf with sensible permissions
authorIan Lynagh <igloo@earth.li>
Wed, 17 Sep 2008 19:21:55 +0000 (19:21 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 17 Sep 2008 19:21:55 +0000 (19:21 +0000)
commit37b4749847aa928188f61f6d5c180d7b2e07d424
tree7770f52d723af1ad1e2528a9e426bc387b51c663
parent6091f224f4f0a2921ca62739b3c6c5540d27269c
ghc-pkg needs to make package.conf with sensible permissions
It was calling openTempFile which uses a 600 permissions mask.
utils/ghc-pkg/Main.hs