From: rrt Date: Tue, 16 May 2000 13:55:46 +0000 (+0000) Subject: [project @ 2000-05-16 13:55:46 by rrt] X-Git-Tag: Approximately_9120_patches~4450 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bf0c937e55c3f5dddd4244cb9dce4d6094793d8f;p=ghc-hetmet.git [project @ 2000-05-16 13:55:46 by rrt] Added import PrelIOBase, which is now needed. --- 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