summaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.hs b/Core.hs
index 6e0ddd65f..b61d18666 100644
--- a/Core.hs
+++ b/Core.hs
@@ -7,7 +7,7 @@
module Core where
-import IO (try)
+import System.IO.Error (try)
import System.Directory
import Control.Monad.State (liftIO)
import System.Path