[Haskell-cafe] -f flag to runghc broken,
or is it just me? (because trying switch elegantly between ghc 6.6
and ghc 6.7)
Ian Lynagh
igloo at earth.li
Wed Aug 22 17:44:43 EDT 2007
On Wed, Aug 22, 2007 at 01:38:39PM -0400, Thomas Hartman wrote:
>
> $ runghc -f /usr/local/bin/ghc-6.6.1 arghandling-nice.hs
>
> does nothing.
Contrary to the usage message, you aren't actually allowed a space after
"-f" in 6.6.1 (but you are in 6.7). Use
runghc -f/usr/local/bin/ghc-6.6.1 arghandling-nice.hs
instead.
Thanks
Ian
More information about the Haskell-Cafe
mailing list