summaryrefslogtreecommitdiff
path: root/Utility/Types/DirWatcher.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Types/DirWatcher.hs')
-rw-r--r--Utility/Types/DirWatcher.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utility/Types/DirWatcher.hs b/Utility/Types/DirWatcher.hs
index c828a0593..ba7eae6a1 100644
--- a/Utility/Types/DirWatcher.hs
+++ b/Utility/Types/DirWatcher.hs
@@ -20,3 +20,6 @@ data WatchHooks = WatchHooks
, delDirHook :: Hook FilePath
, errHook :: Hook String -- error message
}
+
+mkWatchHooks :: WatchHooks
+mkWatchHooks = WatchHooks Nothing Nothing Nothing Nothing Nothing