From 60ab8eac957db947f07cb64b5dac36effeecd56f Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Wed, 20 Jun 2012 16:25:59 +0100 Subject: [PATCH] Fix the timeout program following the changes to base --- testsuite/timeout/timeout.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/testsuite/timeout/timeout.hs b/testsuite/timeout/timeout.hs index 3d27f5670688..08066879b00e 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 -- GitLab