summaryrefslogtreecommitdiff
path: root/compiler/utils/Util.lhs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-06-20 19:10:59 +0000
committerIan Lynagh <igloo@earth.li>2008-06-20 19:10:59 +0000
commitd78ab147ec3d8c3b06b6e922bed4cd9837c9c797 (patch)
treed663c5a85c0907b60975de00a4f035bbbc0af7eb /compiler/utils/Util.lhs
parent53ddf8f4fb12d723721ad65e47ed54582b666e41 (diff)
downloadhaskell-d78ab147ec3d8c3b06b6e922bed4cd9837c9c797.tar.gz
Now that we require GHC >= 6.4.2, System.IO.Error is always available
Diffstat (limited to 'compiler/utils/Util.lhs')
-rw-r--r--compiler/utils/Util.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Util.lhs b/compiler/utils/Util.lhs
index 82e039305a..62e2edac92 100644
--- a/compiler/utils/Util.lhs
+++ b/compiler/utils/Util.lhs
@@ -94,7 +94,7 @@ import FastTypes
#endif
import Control.Monad ( unless )
-import SYSTEM_IO_ERROR as IO ( catch, isDoesNotExistError )
+import System.IO.Error as IO ( catch, isDoesNotExistError )
import System.Directory ( doesDirectoryExist, createDirectory,
getModificationTime )
import System.FilePath hiding ( searchPathSeparator )