Skip to content

Commit c7c0c2f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackage-security/hackage-security.cabal

+2-2
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)