From ad2464d7646b2b0745615f4a23967444e23fea40 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 3 Feb 2005 10:38:45 +0000 Subject: [PATCH] [project @ 2005-02-03 10:38:44 by simonmar] unhide a few modules --- GHC/Conc.lhs | 2 +- GHC/ConsoleHandler.hs | 2 +- GHC/Dotnet.hs | 2 +- GHC/PArr.hs | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) 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 -- 1.7.10.4