From 889e6f59f761795af3f2cb83c2a551b9c8478d66 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 7 Apr 2014 19:49:17 +0200 Subject: Fix compilation when disabling preview server --- hakyll.cabal | 2 +- src/Hakyll/Commands.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 0a31f87..40fa251 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.5.0.2 +Version: 4.5.1.0 Synopsis: A static website compiler library Description: 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 -------------------------------------------------------------------------------- -- cgit v1.2.3