stack-2.15.3: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

Stack.Types.LockFileBehavior

Synopsis

Documentation

data LockFileBehavior Source #

How to interact with lock files

Constructors

LFBReadWrite

Read and write lock files

LFBReadOnly

Read lock files, but do not write them

LFBIgnore

Entirely ignore lock files

LFBErrorOnWrite

Error out on trying to write a lock file. This can be used to ensure that lock files in a repository already ensure reproducible builds.