From: simonmar Date: Thu, 3 Feb 2005 10:38:45 +0000 (+0000) Subject: [project @ 2005-02-03 10:38:44 by simonmar] X-Git-Tag: nhc98-1-18-release~28 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ad2464d7646b2b0745615f4a23967444e23fea40;p=ghc-base.git [project @ 2005-02-03 10:38:44 by simonmar] unhide a few modules --- diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index 6dbe991..1abb979 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -14,7 +14,7 @@ -- ----------------------------------------------------------------------------- --- #hide +-- No: #hide, because bits of this module are exposed by the stm package. module GHC.Conc ( ThreadId(..) diff --git a/GHC/ConsoleHandler.hs b/GHC/ConsoleHandler.hs index 646ae72..945be3c 100644 --- a/GHC/ConsoleHandler.hs +++ b/GHC/ConsoleHandler.hs @@ -12,7 +12,7 @@ -- Installing Win32 console handlers. -- ----------------------------------------------------------------------------- --- #hide + module GHC.ConsoleHandler #ifndef mingw32_HOST_OS where diff --git a/GHC/Dotnet.hs b/GHC/Dotnet.hs index d371427..43edd57 100644 --- a/GHC/Dotnet.hs +++ b/GHC/Dotnet.hs @@ -12,7 +12,7 @@ -- Primitive operations and types for doing .NET interop -- ----------------------------------------------------------------------------- --- #hide + module GHC.Dotnet ( Object , unmarshalObject diff --git a/GHC/PArr.hs b/GHC/PArr.hs index be5ff94..8ce4488 100644 --- a/GHC/PArr.hs +++ b/GHC/PArr.hs @@ -71,7 +71,6 @@ -- * We might want to add bounds checks that can be deactivated. -- --- #hide module GHC.PArr ( -- [::], -- Built-in syntax