summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Exception.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-30 14:56:14 +0000
committerIan Lynagh <igloo@earth.li>2008-07-30 14:56:14 +0000
commita322849ade3a195e095f59f3cfbd6b4556e5988f (patch)
treea2ceba75ab77485dd56c6c4b6cad29975b765e36 /libraries/base/Control/Exception.hs
parent20c837f330e4e783c76c86c4fcbc35b274fa59bf (diff)
downloadhaskell-a322849ade3a195e095f59f3cfbd6b4556e5988f.tar.gz
Re-add blocked; it got lost in the extensible exceptions patches
Diffstat (limited to 'libraries/base/Control/Exception.hs')
-rw-r--r--libraries/base/Control/Exception.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Control/Exception.hs b/libraries/base/Control/Exception.hs
index c49b6b8bb0..cd71313bbd 100644
--- a/libraries/base/Control/Exception.hs
+++ b/libraries/base/Control/Exception.hs
@@ -127,6 +127,7 @@ module Control.Exception (
#ifdef __GLASGOW_HASKELL__
import GHC.Base
+import GHC.IOBase
import {-# SOURCE #-} GHC.Handle
import GHC.List
import GHC.Num