geek-1.1.0.1: Geek blog engine

Safe HaskellNone

Web.Geek.Serve

Documentation

type Port = IntSource

serve :: [MarkupEngine] -> [Middleware] -> (Application -> Port -> IO ()) -> IO ()Source