summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Hakyll/Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Commands.hs b/src/Hakyll/Commands.hs
index e221dc5..8db889c 100644
--- a/src/Hakyll/Commands.hs
+++ b/src/Hakyll/Commands.hs
@@ -102,7 +102,7 @@ watch conf verbosity host port runServer rules = do
loop = threadDelay 100000 >> loop
server' = if runServer then server conf host port else loop
#else
-watch _ _ _ _ = watchServerDisabled
+watch _ _ _ _ _ _ = watchServerDisabled
#endif
--------------------------------------------------------------------------------