On Wed, Mar 14, 2007 at 07:31:55PM +0000, Frederik Eaton wrote:
> Hello,
> 
> What is the proper technique for creating a Haskell script on a Unix
> system?

File.lhs:

#!/usr/bin/env runhaskell
\begin{code}
...
\end{code}

With a literate code file, the #! should cause no issues.

-- 
-- Matthew Danish -- user: mrd domain: cmu.edu
-- OpenPGP public key: C24B6010 on keyring.debian.org
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to