From: simonpj Date: Thu, 1 Nov 2001 09:50:53 +0000 (+0000) Subject: [project @ 2001-11-01 09:50:53 by simonpj] X-Git-Tag: Approximately_9120_patches~657 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=790924316924fed69698af08a8bc1eda9952c946;p=ghc-hetmet.git [project @ 2001-11-01 09:50:53 by simonpj] Add missing import of dropList for mingw32 build --- diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index aa13060..1ed190c 100644 --- a/ghc/compiler/main/SysTools.lhs +++ b/ghc/compiler/main/SysTools.lhs @@ -54,7 +54,7 @@ import DriverUtil import Config import Outputable import Panic ( progName, GhcException(..) ) -import Util ( global ) +import Util ( global, dropList ) import CmdLineOpts ( dynFlag, verbosity ) import Exception ( throwDyn )