diff options
-rwxr-xr-x | Setup.lhs | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,5 +1,3 @@ -#! /usr/bin/runhaskell -\begin{code} -import Distribution.Simple -main = defaultMain -\end{code} +#!/usr/bin/env runhaskell +> import Distribution.Simple +> main = defaultMain |