| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Config.LoadConfig
Documentation
Constructors
| UnixBackend | |
Fields
| |
Instances
| Read Backend Source # | |
| Show Backend Source # | |
| CompilerBackend Backend Source # | |
Defined in Config.LoadConfig Methods runCxxCommand :: Backend -> CxxCommand -> IO String Source # runTestCommand :: Backend -> TestCommand -> IO TestCommandResult Source # | |
data LocalConfig Source #
Constructors
| LocalConfig | |
Fields
| |
Instances
| Read LocalConfig Source # | |
Defined in Config.LoadConfig Methods readsPrec :: Int -> ReadS LocalConfig # readList :: ReadS [LocalConfig] # readPrec :: ReadPrec LocalConfig # readListPrec :: ReadPrec [LocalConfig] # | |
| Show LocalConfig Source # | |
Defined in Config.LoadConfig Methods showsPrec :: Int -> LocalConfig -> ShowS # show :: LocalConfig -> String # showList :: [LocalConfig] -> ShowS # | |