From 74f9531c9030985a0adcec184f562218dd8aab7c Mon Sep 17 00:00:00 2001 From: ross Date: Mon, 16 Feb 2004 11:08:58 +0000 Subject: [PATCH] [project @ 2004-02-16 11:08:58 by ross] adjust imports for portability --- Debug/Trace.hs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Debug/Trace.hs b/Debug/Trace.hs index e5905b1..00af949 100644 --- a/Debug/Trace.hs +++ b/Debug/Trace.hs @@ -34,15 +34,13 @@ module Debug.Trace ( ) where import Prelude +import Data.IORef import System.IO.Unsafe import System.IO -#ifdef __GLASGOW_HASKELL__ -import GHC.IOBase -import GHC.Handle -#endif - +#ifdef mingw32_TARGET_OS import Foreign.C.String +#endif {-# NOINLINE tracers #-} tracers :: IORef [(String, String -> IO ())] -- 1.7.10.4