Paul Moore wrote: > >grep global -A7 "D:\Documents and Settings\uk03306\Application Data\cabal\config" > install-dirs global > -- prefix: "D:\\Apps\\Haskell\\Cabal" ^^^ You should remove the '-- '. Lines beginning with '--' are comments. So this line has no effect. HTH, Bertram