diff options
author | Ian Lynagh <igloo@earth.li> | 2012-06-20 16:25:59 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-06-20 16:25:59 +0100 |
commit | 60ab8eac957db947f07cb64b5dac36effeecd56f (patch) | |
tree | d207d57d8a7d7f5097d74f022ca3cc6d1627d1f3 /testsuite/timeout | |
parent | cd0a88aab2270ac1b25163e1283b1edf2a696ded (diff) | |
download | haskell-60ab8eac957db947f07cb64b5dac36effeecd56f.tar.gz |
Fix the timeout program following the changes to base
Diffstat (limited to 'testsuite/timeout')
-rw-r--r-- | testsuite/timeout/timeout.hs | 2 |
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 |