From 314473e21a70a1a0546abc3fa14d2bc6769fbd3f Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 27 Apr 2016 12:42:46 +0200 Subject: Import catchIOError from System.IO.Error --- src/Hakyll/Commands.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Hakyll') 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 -- cgit v1.2.3