X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fghc-pkg%2FMain.hs;h=931d54c71690756dc38476d6f275e69467705cc0;hb=b6590afc04964ce04181980a51ed36674b4c4b29;hp=d0a0959bd774f3a1e23167b7dc5d461d78c9e917;hpb=88ce01861a6e2ef0f20628e85c53e7c0d6de907b;p=ghc-hetmet.git diff --git a/ghc/utils/ghc-pkg/Main.hs b/ghc/utils/ghc-pkg/Main.hs index d0a0959..931d54c 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.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