X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FHscMain.lhs;h=6aeaea2626be6e86d1565d482cbb4416b43c5133;hp=fee24c643e129e305d0f3fcad0150ac3eef88b3f;hb=fdd5b2fbeb2c128cb9e0d9f2e29d8ececa46f97b;hpb=79c92c8b26680cee193752867250e39fb61a026c diff --git a/compiler/main/HscMain.lhs b/compiler/main/HscMain.lhs index fee24c6..6aeaea2 100644 --- a/compiler/main/HscMain.lhs +++ b/compiler/main/HscMain.lhs @@ -1,10 +1,13 @@ % % (c) The GRASP/AQUA Project, Glasgow University, 1993-2000 % - -\section[GHC_Main]{Main driver for Glasgow Haskell compiler} - \begin{code} +-- | Main driver for the compiling plain Haskell source code. +-- +-- This module implements compilation of a Haskell-only source file. It is +-- /not/ concerned with preprocessing of source files; this is handled in +-- "DriverPipeline". +-- module HscMain ( newHscEnv, hscCmmFile , hscParseIdentifier