
12 Jan
2005
12 Jan
'05
12:49 p.m.
Hi, in a new version of ghc I've noticed that a colon in a path (as argument to "-i") is no longer recognized. Will this also be the case in the new version ghc-6.4? Cheers Christian This used to compile with ghc6.2.2: ghc --make -v -i../DrIFT-src:../.. GenerateRules.hs [...] Glasgow Haskell Compiler, Version 6.3.20050101 [...] GenerateRules.hs: Could not find interface file for `Common.Utils' locations searched: ../DrIFT-src:../../Common/Utils.hs ../DrIFT-src:../../Common/Utils.lhs Common/Utils.hs Common/Utils.lhs if I give several -i flags it works: ghc --make -i../DrIFT-src -i../.. GenerateRules.hs