Commit 97562d7
committed
Make
The lukko package (https://hackage.haskell.org/package/lukko)
was meant to be a temporary workaround, and relevant improvements
have been long accessible from base:GHC.IO.Handle.Lock.
As suggested at haskellari/lukko#39 (comment),
let's switch the default value of the lukko flag of cabal-install
from True to False. Additionally, to be on the safe side, we make it
an automatic one, so that if things go terribly wrong a Hackage revision
could sort it back.
The same change has been implemented for the hackage-security package
sometime ago in haskell/hackage-security#322,
and there seems to be no complaints.lukko flag automatic and off by default1 parent 01217ac commit 97562d7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments