From 3bb0919d25914bc82ea2147187c25575f7dddc5a Mon Sep 17 00:00:00 2001 From: Dacto Date: Mon, 31 Mar 2014 23:07:40 -0700 Subject: Added imports that are missing when compiling under Windows. --- src/Hakyll/Commands.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Hakyll/Commands.hs') diff --git a/src/Hakyll/Commands.hs b/src/Hakyll/Commands.hs index 0c0a084..e221dc5 100644 --- a/src/Hakyll/Commands.hs +++ b/src/Hakyll/Commands.hs @@ -15,7 +15,9 @@ module Hakyll.Commands -------------------------------------------------------------------------------- import System.Exit (exitWith, ExitCode) +import System.IO.Error (catchIOError) import Control.Applicative +import Control.Monad (void) import Control.Concurrent -------------------------------------------------------------------------------- -- cgit v1.2.3