wai-handler-devel-2.0.0: WAI server that automatically reloads code after modification.

Safe HaskellNone

Network.Wai.Handler.DevelServer

Documentation

run :: Int -> ModuleName -> FunctionName -> (FilePath -> IO [FilePath]) -> Maybe (MVar ()) -> IO ()Source

runQuit :: Int -> ModuleName -> FunctionName -> (FilePath -> IO [FilePath]) -> IO ()Source

runNoWatch :: Int -> ModuleName -> FunctionName -> (FilePath -> IO [FilePath]) -> IO ()Source

runWithReloadActions :: Int -> ModuleName -> FunctionName -> (FilePath -> IO [FilePath]) -> Maybe (MVar ()) -> [IO (IO ())] -> IO ()Source

runQuitWithReloadActions :: Int -> ModuleName -> FunctionName -> (FilePath -> IO [FilePath]) -> [IO (IO ())] -> IO ()Source