id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,difficulty,ghcversion,platform
93,Incorrect permissions on library install,guest,,"My user umask is 0007 and my root umask is 0022.  When I build a library with cabal and then install with:
# sudo runghc Setup.hs install 

The library which is installed doesn't have the correct permissions for cabal to be able to reference it later when I build other things.

My work around is to follow the install with the following command:
# sudo chmod -R a+rX /path/to/new/library

This happens on all versions of cabal that I have tried.",defect,reopened,normal,Cabal-1.8,Cabal library,1.8.0.6,normal,,,,normal,6.12.1,Linux
