| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.Directory.Watchman.WatchmanServer
Documentation
data WatchmanServerLaunchException Source #
Constructors
| WatchmanServerLaunchException_ExecFailure IOException | |
| WatchmanServerLaunchException_ConnectTimeout | |
| WatchmanServerLaunchException_ProcessFailure ExitCode String |
Instances
withWatchmanServer :: Maybe FilePath -> (WatchmanSockFile -> IO a) -> IO a Source #
shutdownWatchmanProcess :: WatchmanServer -> IO () Source #