added a merger thread
Wow! I can create a file in repo a, and it instantly* shows up in repo b! * under 1 second anyway
This commit is contained in:
parent
e9630e90de
commit
e699ce1841
4 changed files with 112 additions and 26 deletions
|
@ -20,3 +20,6 @@ data WatchHooks = WatchHooks
|
|||
, delDirHook :: Hook FilePath
|
||||
, errHook :: Hook String -- error message
|
||||
}
|
||||
|
||||
mkWatchHooks :: WatchHooks
|
||||
mkWatchHooks = WatchHooks Nothing Nothing Nothing Nothing Nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue