Skip to content

Commit 3c6a5d3

Browse files
committed
Make lukko flag default to off.
1 parent d160ca4 commit 3c6a5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackage-security/hackage-security.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ flag Cabal-syntax
5858

5959
flag lukko
6060
description: Use @lukko@ for file-locking, otherwise use @GHC.IO.Handle.Lock@
61-
manual: True
62-
default: True
61+
manual: False
62+
default: False
6363

6464
library
6565
-- Most functionality is exported through the top-level entry points .Client

0 commit comments

Comments
 (0)