Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fix Setup.lhs
Browse files Browse the repository at this point in the history
/usr/bin/runhaskell is not installed on all systems.
  • Loading branch information
sol committed Oct 15, 2012
1 parent d63c495 commit e251a5e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Setup.lhs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e251a5e

Please sign in to comment.