summaryrefslogtreecommitdiff
path: root/ghc/tests
diff options
context:
space:
mode:
authorrrt <unknown>2000-05-16 13:55:46 +0000
committerrrt <unknown>2000-05-16 13:55:46 +0000
commitbf0c937e55c3f5dddd4244cb9dce4d6094793d8f (patch)
tree161e9377e76b68488f6cc30e6ba596232a387b85 /ghc/tests
parentd159d7644bf98fbe16671ce1bef8f6c824c0b31a (diff)
downloadhaskell-bf0c937e55c3f5dddd4244cb9dce4d6094793d8f.tar.gz
[project @ 2000-05-16 13:55:46 by rrt]
Added import PrelIOBase, which is now needed.
Diffstat (limited to 'ghc/tests')
-rw-r--r--ghc/tests/lib/should_run/stableptr002.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/tests/lib/should_run/stableptr002.hs b/ghc/tests/lib/should_run/stableptr002.hs
index 3cd3673a10..daf9678bdf 100644
--- a/ghc/tests/lib/should_run/stableptr002.hs
+++ b/ghc/tests/lib/should_run/stableptr002.hs
@@ -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