
15 Mar
2007
15 Mar
'07
8:52 p.m.
Hi Ketil, On Thu, Mar 15, 2007 at 03:57:31PM +0100, Ketil Malde wrote:
hunk ./Setup.hs 1 +#!/usr/bin/env runhaskell
Good plan, but this way makes the file syntactically invalid. Instead, we could bracket the file with #!/usr/bin/env runhaskell \begin{code} and \end{code} and rename it Setup.lhs, but I currently have some patches for building GHC with cabal that that might conflict with, so I'd prefer to wait (hopefully not too long!) before doing this. Thanks Ian