From 9d6b9a01526121207a5c7662559842ca422a825e Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 16 Mar 2001 10:04:31 +0000 Subject: [PATCH] [project @ 2001-03-16 10:04:31 by simonmar] remove bogus import --- ghc/utils/ghc-pkg/Main.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.7.10.4