-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Hack2 Happstack server handler -- -- Hack2 Happstack server handler @package hack2-handler-happstack-server @version 2011.6.10 module Hack2.Handler.HappstackServer run :: Application -> IO () runWithConfig :: ServerConf -> Application -> IO () data ServerConf ServerConf :: Int -> ByteString -> ServerConf port :: ServerConf -> Int serverName :: ServerConf -> ByteString appToServerPart :: ServerConf -> Application -> ServerPart (Response) instance Show ServerConf instance Default ServerConf