Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data WriteGhcEnvironmentFilesPolicy Source #
Whether 'v2-build' should write a .ghc.environment file after
success. Possible values: always
, never
(the default), 'ghc8.4.4+'
(8.4.4 is the earliest version that supports
'-package-env -').
AlwaysWriteGhcEnvironmentFiles | |
NeverWriteGhcEnvironmentFiles | |
WriteGhcEnvironmentFilesOnlyForGhc844AndNewer |