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