hbro-0.9.1.0: Minimal KISS compliant browser

Safe HaskellSafe-Infered

Hbro.Boot

Contents

Synopsis

Commandline options

Dynamic reconfiguration

recompile :: IO (Maybe String)Source

Launch a recompilation of the configuration file

Boot

hbro :: Config -> IO ()Source

Browser's main function. To be called in main function with a proper configuration. See Hbro.Main for an example.