darcs patch: add hashbang header to Setup.hs
Ian Lynagh
igloo at earth.li
Thu Mar 15 20:52:33 EDT 2007
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
More information about the Libraries
mailing list