From e0ee2d2f20208c45c6f414debca1a5361c352e78 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 22 Jul 2003 12:55:50 +0000 Subject: [PATCH] [project @ 2003-07-22 12:55:50 by simonmar] Export hShow (GHC only for now). --- System/IO.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/System/IO.hs b/System/IO.hs index 2e7bdd0..f936a56 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -104,6 +104,10 @@ module System.IO ( hIsTerminalDevice, -- :: Handle -> IO Bool #endif + +#ifdef __GLASGOW_HASKELL__ + hShow, -- :: Handle -> IO String +#endif ) where #ifdef __GLASGOW_HASKELL__ -- 1.7.10.4