summaryrefslogtreecommitdiff
path: root/src/GF/System
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-22 19:48:17 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-22 19:48:17 +0000
commit0f851463951ed380942bc5cc4c1b5ed027f7d7cc (patch)
tree7dfb7fe811f6e15df7fc6b39dde8783352190b07 /src/GF/System
parentddc4b8803b9ea5eb5b358959e458f05963b12edc (diff)
nosignal
Diffstat (limited to 'src/GF/System')
-rw-r--r--src/GF/System/NoSignal.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GF/System/NoSignal.hs b/src/GF/System/NoSignal.hs
index bc0a9fc40..5b7827f32 100644
--- a/src/GF/System/NoSignal.hs
+++ b/src/GF/System/NoSignal.hs
@@ -14,7 +14,8 @@
module GF.System.NoSignal where
-import Control.Exception (Exception)
+import Control.Exception (Exception,catch)
+import Prelude hiding (catch)
{-# NOINLINE runInterruptibly #-}
runInterruptibly :: IO a -> IO (Either Exception a)