Skip to content

Commit 413621c

Browse files
authored
Merge pull request #11003 from haskell/make-lukko-flag-automatic-and-false-by-default
Make `lukko` flag automatic and off by default
2 parents df88415 + 7d9d53e commit 413621c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

cabal-install/cabal-install.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Flag native-dns
3636

3737
Flag lukko
3838
description: Use @lukko@ for file-locking
39-
default: True
40-
manual: True
39+
default: False
40+
manual: False
4141

4242
flag git-rev
4343
description: include Git revision hash in version

changelog.d/pr-11003.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
synopsis: Make lukko flag automatic and off by default
3+
packages: [cabal-install]
4+
prs: 11003
5+
issues: 10724
6+
---
7+
8+
Make `lukko` flag automatic and off by default, using file locking facilities from `base:GHC.IO.Handle.Lock` and not from the `lukko` package. The change is not expected to affect anyone detrimentally, but one can set the flag on in their configuration to restore the previous behaviour.

0 commit comments

Comments
 (0)