-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A simplistic HTTP server handler for Hack. -- -- FIXME @package hack-handler-simpleserver @version 0.0.0 -- | A simplistic HTTP server handler for Hack. module Hack.Handler.SimpleServer run :: Port -> Application -> IO ()