Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hercules.Agent.WorkerProtocol.WorkerConfig
Synopsis
- data WorkerConfig = WorkerConfig {
- verbosity :: !(ViaShowRead Severity)
- nixVerbosity :: !(ViaShowRead Verbosity)
- nixOptions :: ![(Text, Text)]
- newtype ViaShowRead a = ViaShowRead {
- unViaShowRead :: a
Documentation
data WorkerConfig Source #
Sets up the worker environment.
Constructors
WorkerConfig | |
Fields
|
Instances
newtype ViaShowRead a Source #
Constructors
ViaShowRead | |
Fields
|