-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A simplistic HTTP server handler for Hack. -- -- This should not be used in a production environment. However, it's -- useful for testing. @package hack-handler-simpleserver @version 0.2.0 -- | A simplistic HTTP server handler for Hack. module Hack.Handler.SimpleServer run :: Port -> Application -> IO () instance Typeable InvalidRequest instance Show InvalidRequest instance Exception InvalidRequest