Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
WorkerConfig | |
|
Instances
newtype ViaShowRead a Source #
ViaShowRead | |
|