Skip to content
Snippets Groups Projects
Commit b53bac3a authored by Simon Hengel's avatar Simon Hengel
Browse files

Fix Setup.lhs

/usr/bin/runhaskell is not installed on all systems.
parent 8b0d4908
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/runhaskell
\begin{code}
import Distribution.Simple
main = defaultMain
\end{code}
#!/usr/bin/env runhaskell
> import Distribution.Simple
> main = defaultMain
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment