diff options
author | Stefan O'Rear <stefanor@cox.net> | 2007-03-26 04:14:53 +0000 |
---|---|---|
committer | Stefan O'Rear <stefanor@cox.net> | 2007-03-26 04:14:53 +0000 |
commit | 6ebc895072968d490c8a5d0a78b01a2b0477fc6d (patch) | |
tree | a540ddf4af0ff9fb114ec6bfea97137c1e1b05d0 /Setup.lhs | |
parent | 4d2820bafa5c30e2b8bf296a1eb8609e82ad50cb (diff) |
Add shebang line to Setup.lhs
Diffstat (limited to 'Setup.lhs')
-rw-r--r-- | Setup.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#! /usr/bin/runhaskell \begin{code} import Distribution.Simple main = defaultMain |