web-fpco-0.1.1.0: Wrappers for web frameworks to ease usage with the FP Complete environment.

Safe HaskellNone

Happstack.Server.Env

Synopsis

Documentation

simpleHTTP :: ToMessage a => Conf -> ServerPartT IO a -> IO ()Source

An alternate simpleHTTP which reads the port to listen to from the PORT environment variable. This configuration approach is used by the FP Complete School of Haskell and the Keter deployment manager.