-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Hack2 Snap server handler -- @package hack2-handler-snap-server @version 2014.11.17 module Hack2.Handler.SnapServer run :: Application -> IO () runWithConfig :: ServerConfig -> Application -> IO () runWithSnapServerConfig :: Config Snap a -> Application -> IO () data ServerConfig ServerConfig :: Int -> ServerConfig port :: ServerConfig -> Int hackAppToSnap :: Application -> Snap () instance Show ServerConfig instance Eq ServerConfig instance Default ServerConfig