summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Hakyll/Commands.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Hakyll/Commands.hs b/src/Hakyll/Commands.hs
index 5906247..d1845e3 100644
--- a/src/Hakyll/Commands.hs
+++ b/src/Hakyll/Commands.hs
@@ -36,6 +36,11 @@ import Hakyll.Preview.Poll (watchUpdates)
import Hakyll.Preview.Server
#endif
+#ifdef mingw32_HOST_OS
+import Control.Exception (catchIOError)
+import Control.Monad (void)
+#endif
+
--------------------------------------------------------------------------------
-- | Build the site