-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Hyena hack handler -- -- Hyena hack handler @package hack-handler-hyena @version 2010.1.17 module Hack.Handler.Hyena run :: Application -> IO () runWithConfig :: ServerConf -> Application -> IO () -- | this won't change the port or servername for hyena, use ./main -p 3000 -- to configure port this just make sure port and serverName are -- presented in Env data ServerConf ServerConf :: Int -> String -> ServerConf port :: ServerConf -> Int serverName :: ServerConf -> String instance Default ServerConf