diff options
-rw-r--r-- | src/Hakyll/Commands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Commands.hs b/src/Hakyll/Commands.hs index d1845e3..e93736c 100644 --- a/src/Hakyll/Commands.hs +++ b/src/Hakyll/Commands.hs @@ -37,8 +37,8 @@ import Hakyll.Preview.Server #endif #ifdef mingw32_HOST_OS -import Control.Exception (catchIOError) import Control.Monad (void) +import System.IO.Error (catchIOError) #endif |