-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Hack Happstack server handler -- -- Hack Happstack server handler @package hack-handler-happstack @version 2009.6.5 module Hack.Handler.Happstack run :: Application -> IO () runWithConfig :: ServerConf -> Application -> IO () -- | we need this for 1. port 2. a bug in current Happstack. i.e. rqPeer -- will not give the corrent value for serverName and port data ServerConf ServerConf :: Int -> String -> ServerConf port :: ServerConf -> Int serverName :: ServerConf -> String instance Default ServerConf