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

Copyright(c) 2015 Njagi Mwaniki
LicenseMIT
Maintainernjagi@urbanslug.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Devel.Build

Description

Does the actual building of your code. Most of the work wai-devel does is coordinated from here.

Synopsis

Documentation

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

Compiles and calls run on your WAI application.