From bf0c937e55c3f5dddd4244cb9dce4d6094793d8f Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 16 May 2000 13:55:46 +0000 Subject: [PATCH] [project @ 2000-05-16 13:55:46 by rrt] Added import PrelIOBase, which is now needed. --- ghc/tests/lib/should_run/stableptr002.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/tests/lib/should_run/stableptr002.hs b/ghc/tests/lib/should_run/stableptr002.hs index 3cd3673..daf9678 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 -- 1.7.10.4