breve

Safe HaskellNone
LanguageHaskell2010

Main

Contents

Description

This is the main module, which actually run the Breve webserver.

Synopsis

Helpers

runApp :: AppSettings -> Application -> IO () Source #

Runs Breve on the Warp webserver

main :: IO () Source #

Main

Reads the configuration (given as the unique cli argument), sets things accordingly and runs the webserver.