diff options
Diffstat (limited to 'compiler/utils/Util.lhs')
-rw-r--r-- | compiler/utils/Util.lhs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/utils/Util.lhs b/compiler/utils/Util.lhs index 7057d321a1..fcb8bd9508 100644 --- a/compiler/utils/Util.lhs +++ b/compiler/utils/Util.lhs @@ -79,8 +79,8 @@ module Util ( import Panic -import Control.Exception ( Exception(..), finally, catchDyn, throw ) -import qualified Control.Exception as Exception +import Exception ( Exception(..), finally, catchDyn, throw ) +import qualified Exception import Data.Dynamic ( Typeable ) import Data.IORef ( IORef, newIORef ) import System.IO.Unsafe ( unsafePerformIO ) |