Skip to content
Snippets Groups Projects
Commit 60ab8eac authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Fix the timeout program following the changes to base

parent cd0a88aa
No related merge requests found
{-# OPTIONS -cpp #-}
module Main where
import Prelude hiding (catch)
import Control.Concurrent (forkIO, threadDelay)
import Control.Concurrent.MVar (putMVar, takeMVar, newEmptyMVar)
import Control.Monad
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment