Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Flag native-dns

Flag lukko
description: Use @lukko@ for file-locking
default: True
manual: True
default: False
manual: False

flag git-rev
description: include Git revision hash in version
Expand Down
8 changes: 8 additions & 0 deletions changelog.d/pr-11003.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
synopsis: Make lukko flag automatic and off by default
packages: [cabal-install]
prs: 11003
issues: 10724
---

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.
Loading