Neil Mitchell wrote:
Hi

...OK...and when you tell GHC to compile something, exactly which
compiler does it run? o_O

It picks whichever one you have first on your $(PATH).

...right. Presumably this is isomorphic to "whichever one was installed the most recently"?

(Oh, wait... IIRC, on Windoze the GHC installer doesn't actually add GHC to the PATH variable. You have to do it by hand...)

On linux you can do:

which ghc
c:\path\to\ghc

Ah, true...

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to