Copyright | (c) Edward Kmett 2017 |
---|---|
License | BSD2 |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Coda.Server.Options
Description
- data ServerOptions = ServerOptions {}
- class HasServerOptions c where
- parseServerOptions :: Parser ServerOptions
Documentation
data ServerOptions Source #
Options for coda server
Constructors
ServerOptions | |
Fields
|
Instances
class HasServerOptions c where Source #
Minimal complete definition
Methods
serverOptions :: Lens' c ServerOptions Source #
serverOptionsDebug :: Lens' c Bool Source #
serverOptionsLog :: Lens' c (Maybe FilePath) Source #
Instances
parseServerOptions :: Parser ServerOptions Source #
Parse coda server
options