-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A simplistic HTTP server handler for Hack. (deprecated) -- -- This should not be used in a production environment. However, it's -- useful for testing. 0.2.0.2 is equal to 0.2.0.1 but with extended -- ranges for network and web-encodings packages @package hack-handler-simpleserver @version 0.2.2 -- | A simplistic HTTP server handler for Hack. module Hack.Handler.SimpleServer run :: Port -> Application -> IO () instance Typeable InvalidRequest instance Show InvalidRequest instance Exception InvalidRequest