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.Watch

Description

Actually checks only for modified files. Added or removed files don't trigger rebuilds.

Documentation

watch :: TVar Bool -> [FilePath] -> [FilePath] -> IO () Source