6.4 News

Christian Maeder maeder at tzi.de
Wed Jan 12 07:49:02 EST 2005


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



More information about the Glasgow-haskell-users mailing list