X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Debug%2FTrace.hs;h=84de4d6b1ba96bcaec94ea24edaa0ccc658b0fc0;hb=e93d0f6ab76c40d68a54ff459b333e1eb29e456c;hp=3e369f5e183c12f728ba0b1534276f33a0325310;hpb=b210a9e5938f1829c293c8685b285a830051708c;p=ghc-base.git diff --git a/Debug/Trace.hs b/Debug/Trace.hs index 3e369f5..84de4d6 100644 --- a/Debug/Trace.hs +++ b/Debug/Trace.hs @@ -28,7 +28,7 @@ import System.IO (hPutStrLn,stderr) #endif -- | 'putTraceMsg' function outputs the trace message from IO monad. --- Usually the output stream is 'stderr' but if the function is called +-- Usually the output stream is 'System.IO.stderr' but if the function is called -- from Windows GUI application then the output will be directed to the Windows -- debug console. putTraceMsg :: String -> IO ()