[project @ 2002-11-02 11:56:30 by ross]
[haskell-directory.git] / Control / Concurrent / MVar.hs
index aef8969..bf9fc5c 100644 (file)
@@ -38,6 +38,7 @@ import Hugs.ConcBase ( MVar, newEmptyMVar, newMVar, takeMVar, putMVar,
                  tryTakeMVar, tryPutMVar, isEmptyMVar,
                   readMVar, swapMVar,
                )
+import Hugs.Exception ( throwIO )
 #endif
 
 #ifdef __GLASGOW_HASKELL__