From ea21fc759d56be7987ff822a33364d7897cc6ce5 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 23 Mar 2001 12:11:26 +0000 Subject: [PATCH] [project @ 2001-03-23 12:11:26 by simonmar] unused import --- ghc/compiler/main/Main.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index 5c98696..0475096 100644 --- a/ghc/compiler/main/Main.hs +++ b/ghc/compiler/main/Main.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-warn-incomplete-patterns #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.59 2001/03/06 11:23:46 simonmar Exp $ +-- $Id: Main.hs,v 1.60 2001/03/23 12:11:26 simonmar Exp $ -- -- GHC Driver program -- @@ -18,7 +18,6 @@ module Main (main) where #ifdef GHCI import InteractiveUI -import Char ( toLower ) #endif #ifndef mingw32_TARGET_OS -- 1.7.10.4