From e251a5e26ca9ad3f783a251e2cac04b83a7f696f Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Mon, 15 Oct 2012 15:49:35 +0200 Subject: Fix Setup.lhs /usr/bin/runhaskell is not installed on all systems. --- Setup.lhs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Setup.lhs b/Setup.lhs index fe12b5be..5bde0de9 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 -- cgit v1.2.3