hsdev-0.1.6.1: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellNone
LanguageHaskell98

HsDev.Watcher

Synopsis

Documentation

watchProject :: Watcher -> Project -> [String] -> IO () Source

Watch for project sources changes

watchModule :: Watcher -> ModuleLocation -> IO () Source

Watch for standalone source

watchSandbox :: Watcher -> Cabal -> [String] -> IO () Source

Watch for sandbox