Frederik Eaton <[EMAIL PROTECTED]> wrote:

> What is the proper technique for creating a Haskell script on a Unix
> system?
> 
> $ cat test
> #!/usr/bin/env runhaskell
> module Main where
> main = do
>     putStrLn "hello world"

If you install hmake, and change 'runhaskell' to runhs, it works.

Regards,
    Malcolm
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to