Re #7777: upgrade requirements.txt to latest versions
[cabal.git] / changelog.d / pr-7572
blob99b153baf0647c5847ce363d8a0ff41c717831c7
1 synopsis: Make cabal respect setgid permission bit when creating directories
2 packages: cabal-install Cabal
3 prs: #7572
4 issues: #7560
6 description: {
8 - Previously cabal would override an admin's choice to use setgid on the
9   .cabal directory by using hardcoded file and directory modes upon
10   creation. Instead we now take what the system decides and only add to
11   that set of permissions.