2009/10/6 Bertram Felgenhauer <[email protected]>: > 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.
Ah, that worked. Thanks. Paul. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
