[project @ 2000-05-16 13:55:46 by rrt]
authorrrt <unknown>
Tue, 16 May 2000 13:55:46 +0000 (13:55 +0000)
committerrrt <unknown>
Tue, 16 May 2000 13:55:46 +0000 (13:55 +0000)
Added import PrelIOBase, which is now needed.

ghc/tests/lib/should_run/stableptr002.hs

index 3cd3673..daf9678 100644 (file)
@@ -1,6 +1,7 @@
 module Main where
 
 import Stable
+import PrelIOBase
 
 -- Testing callbacks: the initial haskell thread calls out to C with
 -- the address of a Haskell callback.  The C function runs the callback