[project @ 2001-03-20 15:57:30 by simonmar]
[ghc-hetmet.git] / ghc / utils / ghc-pkg / Main.hs
index d0a0959..931d54c 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- $Id: Main.hs,v 1.1 2001/03/15 15:51:38 simonmar Exp $
+-- $Id: Main.hs,v 1.3 2001/03/20 15:57:30 simonmar Exp $
 --
 -- Package management tool
 -----------------------------------------------------------------------------
@@ -7,7 +7,6 @@
 module Main where
 
 import Package
-import Config
 
 #ifdef __GLASGOW_HASKELL__
 import qualified Exception
@@ -19,7 +18,9 @@ import Directory
 import System
 import IO
 
-default_pkgconf = clibdir ++ "/package.conf"
+-- string gap games to confuse CPP.
+default_pkgconf = "\ 
+   \ clibdir" ++ "/package.conf"
 
 main = do
   args <- getArgs