diff options
Diffstat (limited to 'Setup.lhs')
-rwxr-xr-x[-rw-r--r--] | Setup.lhs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Setup.lhs b/Setup.lhs index fe12b5be..5bde0de9 100644..100755 --- a/Setup.lhs +++ b/Setup.lhs @@ -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 |