[Haskell-cafe] Unix gurus, help me please
Lennart Augustsson
lennart at augustsson.net
Mon Jul 17 12:02:59 EDT 2006
On Jul 17, 2006, at 10:04 , Bulat Ziganshin wrote:
>
> #!/usr/bin/env runhaskell
>
> instead of
>
> #!/usr/bin/runhaskell
>
> at the start of Setup.hs file. Is that really better?
Yes, much better. I think it's crazy to have runhaskell installed
in /usr/bin. It should be somewhere in your path, but not
necessarily in /usr/bin.
-- Lennart
More information about the Haskell-Cafe
mailing list