summaryrefslogtreecommitdiff
path: root/testsuite/timeout
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-06-20 16:25:59 +0100
committerIan Lynagh <igloo@earth.li>2012-06-20 16:25:59 +0100
commit60ab8eac957db947f07cb64b5dac36effeecd56f (patch)
treed207d57d8a7d7f5097d74f022ca3cc6d1627d1f3 /testsuite/timeout
parentcd0a88aab2270ac1b25163e1283b1edf2a696ded (diff)
downloadhaskell-60ab8eac957db947f07cb64b5dac36effeecd56f.tar.gz
Fix the timeout program following the changes to base
Diffstat (limited to 'testsuite/timeout')
-rw-r--r--testsuite/timeout/timeout.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/timeout/timeout.hs b/testsuite/timeout/timeout.hs
index 3d27f56706..08066879b0 100644
--- a/testsuite/timeout/timeout.hs
+++ b/testsuite/timeout/timeout.hs
@@ -1,8 +1,6 @@
{-# OPTIONS -cpp #-}
module Main where
-import Prelude hiding (catch)
-
import Control.Concurrent (forkIO, threadDelay)
import Control.Concurrent.MVar (putMVar, takeMVar, newEmptyMVar)
import Control.Monad