X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FMain.hs;h=a295b31a1a5725986d37b80a6dde664bcf953c25;hb=153b9cb9b11e05c4edb1b6bc0a7b972660e41f70;hp=7a48726a187fd07b11f02bf3723688d29a7cd347;hpb=508a505e9853984bfdaa3ad855ae3fcbc6d31787;p=ghc-hetmet.git diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index 7a48726..a295b31 100644 --- a/ghc/compiler/main/Main.hs +++ b/ghc/compiler/main/Main.hs @@ -1,7 +1,7 @@ {-# OPTIONS -fno-warn-incomplete-patterns -optc-DNON_POSIX_SOURCE #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.143 2005/01/27 10:44:39 simonpj Exp $ +-- $Id: Main.hs,v 1.144 2005/01/28 12:55:38 simonmar Exp $ -- -- GHC Driver program -- @@ -9,14 +9,10 @@ -- ----------------------------------------------------------------------------- --- with path so that ghc -M can find config.h -#include "../includes/ghcconfig.h" - module Main (main) where #include "HsVersions.h" - #ifdef GHCI import InteractiveUI( ghciWelcomeMsg, interactiveUI ) #endif