wai-devel-0.0.0.2: A web server for the development of WAI compliant web applications.

Copyright(c)
LicenseGPL-3
Maintainernjagi@urbanslug.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Devel.Build

Description

 

Synopsis

Documentation

build :: FilePath -> String -> Bool -> SessionConfig -> (Int, Int) -> Maybe IdeSession -> Bool -> IO () Source

Compiles and calls run on your WAI application.