From 146c36ca545a297f1e44e3cf2c91f3c0e17c909f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 3 Feb 2012 16:47:24 -0400 Subject: IO exception rework ghc 7.4 comaplains about use of System.IO.Error to catch exceptions. Ok, use Control.Exception, with variants specialized to only catch IO exceptions. --- Common.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Common.hs') diff --git a/Common.hs b/Common.hs index fb998214b..cc6cf9252 100644 --- a/Common.hs +++ b/Common.hs @@ -21,6 +21,7 @@ import System.Posix.Process as X hiding (executeFile) import System.Exit as X import Utility.Misc as X +import Utility.Exception as X import Utility.SafeCommand as X import Utility.Path as X import Utility.Directory as X -- cgit v1.2.3