And thats expected given than the shebang is *nix specific.
Lorenzo Bolla <lbolla <at> gmail.com> writes:Thanks, but that link just leads either to answers saying it can't be done, or
>
> Check this out:
>
http://stackoverflow.com/questions/6818031/use-shebang-hashbang-in-windows-command-prompt
>
information about using assoc and ftype to associate e.g. .hs files with
runhaskell. That's not the crux of the problem: the crux is that runhaskell on
Linux will run .hs files with a #!/usr/bin/env runhaskell (even though that's
not a valid line in Haskell), whereas runhaskell.exe on Windows will try to
parse that first line using the Haskell parser, even though it's not valid
Haskell (the Linux version presumably skips that first line).
Regards,
Vinay Sajip
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners