Skip to content

Commit

Permalink
Fix the timeout program following the changes to base
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Jun 20, 2012
1 parent 6507c1b commit 88f3b30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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
Expand Down

0 comments on commit 88f3b30

Please sign in to comment.