summaryrefslogtreecommitdiff
path: root/src/Hakyll
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-04-27 12:42:46 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-04-27 12:42:46 +0200
commit314473e21a70a1a0546abc3fa14d2bc6769fbd3f (patch)
tree7809672840fcb09c2f2c07bc10f8d1d84437396e /src/Hakyll
parentb5e95b61aba13827db591fe3e2372d8d541b91c8 (diff)
downloadhakyll-314473e21a70a1a0546abc3fa14d2bc6769fbd3f.tar.gz
Import catchIOError from System.IO.Error
Diffstat (limited to 'src/Hakyll')
-rw-r--r--src/Hakyll/Commands.hs2
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