From: sewardj Date: Tue, 19 Oct 1999 15:09:40 +0000 (+0000) Subject: [project @ 1999-10-19 15:09:40 by sewardj] X-Git-Tag: Approximately_9120_patches~5686 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=750b8b4efb1114d219bcab9e88c757bb0a27144b;p=ghc-hetmet.git [project @ 1999-10-19 15:09:40 by sewardj] Remove debugging export of ST(..), which causes failures in nofib. --- diff --git a/ghc/interpreter/lib/Prelude.hs b/ghc/interpreter/lib/Prelude.hs index ebee5b4..21b9aa9 100644 --- a/ghc/interpreter/lib/Prelude.hs +++ b/ghc/interpreter/lib/Prelude.hs @@ -113,7 +113,7 @@ module Prelude ( ,unsafeInterleaveIO,nh_write,primCharToInt -- debugging hacks - ,ST(..) + --,ST(..) ) where -- Standard value bindings {Prelude} ---------------------------------------- diff --git a/ghc/lib/hugs/Prelude.hs b/ghc/lib/hugs/Prelude.hs index ebee5b4..21b9aa9 100644 --- a/ghc/lib/hugs/Prelude.hs +++ b/ghc/lib/hugs/Prelude.hs @@ -113,7 +113,7 @@ module Prelude ( ,unsafeInterleaveIO,nh_write,primCharToInt -- debugging hacks - ,ST(..) + --,ST(..) ) where -- Standard value bindings {Prelude} ----------------------------------------