From: simonmar Date: Fri, 16 Mar 2001 10:04:31 +0000 (+0000) Subject: [project @ 2001-03-16 10:04:31 by simonmar] X-Git-Tag: Approximately_9120_patches~2389 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9d6b9a01526121207a5c7662559842ca422a825e;p=ghc-hetmet.git [project @ 2001-03-16 10:04:31 by simonmar] remove bogus import --- diff --git a/ghc/utils/ghc-pkg/Main.hs b/ghc/utils/ghc-pkg/Main.hs index d0a0959..6ff2055 100644 --- a/ghc/utils/ghc-pkg/Main.hs +++ b/ghc/utils/ghc-pkg/Main.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.1 2001/03/15 15:51:38 simonmar Exp $ +-- $Id: Main.hs,v 1.2 2001/03/16 10:04:31 simonmar Exp $ -- -- Package management tool ----------------------------------------------------------------------------- @@ -7,7 +7,6 @@ module Main where import Package -import Config #ifdef __GLASGOW_HASKELL__ import qualified Exception